Skip to content

Commit

Permalink
feat: bump a new repo for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzhastin-Nikita committed Mar 17, 2022
1 parent ce22439 commit d611bdb
Show file tree
Hide file tree
Showing 16 changed files with 59,686 additions and 9,301 deletions.
16 changes: 16 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
shippedProposals: true,
targets: {
node: 'current'
}
}
],
'@babel/preset-react',
'@babel/preset-typescript'
],
plugins: ['react-require', '@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-private-methods']
}
Binary file added build/favicon.ico
Binary file not shown.
Binary file added build/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Loading

0 comments on commit d611bdb

Please sign in to comment.