Add babel-loader and dist

This commit is contained in:
Evgeny Kuzyakov 2023-02-16 10:26:22 -08:00
parent 5b68433497
commit c361184f7a
5 changed files with 8185 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,7 +10,6 @@
# production
/build
/dist
# misc
.DS_Store

2
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

8
dist/index.js.LICENSE.txt vendored Normal file
View File

@ -0,0 +1,8 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

View File

@ -46,6 +46,7 @@
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",

8174
yarn.lock Normal file

File diff suppressed because it is too large Load Diff