mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-09 05:16:06 +10:00
fix: update babel config
This commit is contained in:
@@ -7,6 +7,7 @@ rollup
|
||||
entry: 'packages/docsify-server-renderer/index.js',
|
||||
plugins: [
|
||||
babel({
|
||||
plugins: ['transform-async-to-generator'],
|
||||
presets: [
|
||||
[
|
||||
'es2015',
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"zoom-image": "^0.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"cssnano": "^3.10.0",
|
||||
"eslint": "^3.18.0",
|
||||
|
||||
Reference in New Issue
Block a user