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