fix: webpack bug
Showing
internals/webpack/build.js
0 → 100644
This diff is collapsed.
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
"build:clean": "rimraf ./build", | "build:clean": "rimraf ./build", | ||
"start": "cross-env NODE_ENV=development node server --port=$port", | "start": "cross-env NODE_ENV=development node server --port=$port", | ||
"start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server", | "start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server", | ||
"start:production": "npm run test && npm run build && npm run start:prod", | "start:production": "npm run test && npm run build && npm run start:prod", | ||
"start:prod": "cross-env NODE_ENV=production node server", | "start:prod": "cross-env NODE_ENV=production node server", | ||
"release": "np --no-cleanup --yolo --no-publish", | "release": "np --no-cleanup --yolo --no-publish", | ||
"cm": "git-cz", | "cm": "git-cz", | ||
... | @@ -203,6 +203,7 @@ | ... | @@ -203,6 +203,7 @@ |
"node-plop": "0.18.0", | "node-plop": "0.18.0", | ||
"null-loader": "0.1.1", | "null-loader": "0.1.1", | ||
"offline-plugin": "5.0.6", | "offline-plugin": "5.0.6", | ||
"ora": "^5.1.0", | |||
"path-to-regexp": "^2.4.0", | "path-to-regexp": "^2.4.0", | ||
"plop": "2.3.0", | "plop": "2.3.0", | ||
"postcss": "7.0.32", | "postcss": "7.0.32", | ||
... | @@ -229,6 +230,7 @@ | ... | @@ -229,6 +230,7 @@ |
"rimraf": "2.6.3", | "rimraf": "2.6.3", | ||
"shelljs": "0.8.3", | "shelljs": "0.8.3", | ||
"slash2": "^2.0.0", | "slash2": "^2.0.0", | ||
"spinner": "^0.3.4", | |||
"style-loader": "^1.2.1", | "style-loader": "^1.2.1", | ||
"stylelint": "10.0.1", | "stylelint": "10.0.1", | ||
"stylelint-config-recommended": "2.2.0", | "stylelint-config-recommended": "2.2.0", | ||
... | ... |
Please
register
or
sign in
to comment