fix package build
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"presets": ["@babel/preset-react"]
|
||||
}
|
||||
6
docs/babel.config.js
Normal file
6
docs/babel.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@babel/preset-env',
|
||||
'@babel/preset-react',
|
||||
],
|
||||
}
|
||||
@@ -23,6 +23,7 @@
|
||||
"vue-github-button": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
"@babel/preset-react": "^7.10.4",
|
||||
"html-loader": "^1.1.0",
|
||||
"node-sass": "^4.14.1",
|
||||
|
||||
Reference in New Issue
Block a user