fix package build

This commit is contained in:
Philipp Kühn
2020-08-20 23:25:55 +02:00
parent e2114bbc05
commit 4125c2dd17
12 changed files with 593 additions and 546 deletions

View File

@@ -1,3 +0,0 @@
{
"presets": ["@babel/preset-react"]
}

6
docs/babel.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
presets: [
'@babel/preset-env',
'@babel/preset-react',
],
}

View File

@@ -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",