编译
Showing
components/index.js
0 → 100644
dist/_Bridge.js
0 → 100644
This diff is collapsed.
dist/index.js
0 → 100644
index.js
0 → 100644
... | ... | @@ -6,7 +6,7 @@ |
"scripts": { | ||
"start": "PORT=15001 COMPILE_ON_DEMAND=none umi dev", | ||
"build": "umi build", | ||
"dist": "babel components -d libs", | ||
"dist": "babel components -d dist", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "westzmg", | ||
... | ... | @@ -28,6 +28,7 @@ |
"umi-plugin-react": "^1.14.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0" | ||
} | ||
} |
Please
register
or
sign in
to comment