feat: 完成模块部分
Showing
example/inModule/index.html
0 → 100644
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
"build:debug": "npm run clean && cross-env NODE_ENV=dev rollup -c", | "build:debug": "npm run clean && cross-env NODE_ENV=dev rollup -c", | ||
"clean": "rm -rf ./dist", | "clean": "rm -rf ./dist", | ||
"test:in_html": "npm run watch & concurrently \"http-server -a localhost -p 1234\" \"open http://localhost:1234/example/inHTML/index.html\"", | "test:in_html": "npm run watch & concurrently \"http-server -a localhost -p 1234\" \"open http://localhost:1234/example/inHTML/index.html\"", | ||
"test:in_module": "webpack -s" | "test:in_module": "webpack serve --config ./example/inModule/webpack.config.js" | ||
}, | }, | ||
"typescript": ">=4.0", | "typescript": ">=4.0", | ||
"files": [ | "files": [ | ||
... | ... |
Please register or sign in to comment