start adding webpack-serve for hot reloading
This commit is contained in:
parent
cc58bc9bd5
commit
6ed46c2e75
5 changed files with 12983 additions and 9 deletions
|
@ -22,6 +22,7 @@
|
|||
"css-loader": "^0.28.11",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"glob-all": "^3.1.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"jquery": "^3.3.1",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"lodash": "^4.17.5",
|
||||
|
@ -42,9 +43,11 @@
|
|||
"vueify-insert-css": "^1.0.0",
|
||||
"webpack": "^4.4.1",
|
||||
"webpack-assets-manifest": "^3.0.1",
|
||||
"webpack-cli": "^3.0.1",
|
||||
"webpack-cli": "^3.0.2",
|
||||
"webpack-hot-client": "^4.0.2",
|
||||
"webpack-manifest-plugin": "^2.0.3",
|
||||
"webpack-serve": "^1.0.2",
|
||||
"webpack-serve-waitpage": "^1.0.0",
|
||||
"webpack-shell-plugin": "^0.5.0",
|
||||
"webpack-stream": "^4.0.3"
|
||||
},
|
||||
|
@ -52,6 +55,7 @@
|
|||
"build:filemanager": "./node_modules/babel-cli/bin/babel.js public/themes/pterodactyl/js/frontend/files/src --source-maps --out-file public/themes/pterodactyl/js/frontend/files/filemanager.min.js",
|
||||
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
|
||||
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
|
||||
"build:release": "NODE_ENV=production ./node_modules/.bin/webpack"
|
||||
"build:release": "NODE_ENV=production ./node_modules/.bin/webpack",
|
||||
"serve": "NODE_ENV=development webpack-serve --config ./webpack.config.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue