updated more deps, major versions
This commit is contained in:
parent
a0e947be50
commit
5cef3d699e
4 changed files with 1179 additions and 5053 deletions
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
output: path.resolve(__dirname, '../dist/'),
|
output: path.resolve(__dirname, '../dist/'),
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: '0.0.0.0',
|
host: '127.0.0.1',
|
||||||
port: 4000,
|
port: 4000,
|
||||||
},
|
},
|
||||||
limits: {
|
limits: {
|
||||||
|
|
|
@ -12,17 +12,17 @@ module.exports = merge(webpackConfiguration, {
|
||||||
|
|
||||||
/* Development Server Configuration */
|
/* Development Server Configuration */
|
||||||
devServer: {
|
devServer: {
|
||||||
contentBase: environment.paths.output,
|
static: {
|
||||||
watchContentBase: true,
|
directory: environment.paths.output,
|
||||||
publicPath: '/',
|
staticOptions: {},
|
||||||
|
publicPath: "/",
|
||||||
|
serveIndex: true,
|
||||||
|
watch: true,
|
||||||
|
},
|
||||||
open: true,
|
open: true,
|
||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
compress: true,
|
compress: true,
|
||||||
overlay: true,
|
|
||||||
hot: false,
|
hot: false,
|
||||||
watchOptions: {
|
|
||||||
poll: 300,
|
|
||||||
},
|
|
||||||
...environment.server,
|
...environment.server,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
6204
package-lock.json
generated
6204
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -20,12 +20,12 @@
|
||||||
"@babel/preset-env": "^7.14.7",
|
"@babel/preset-env": "^7.14.7",
|
||||||
"autoprefixer": "^10.3.1",
|
"autoprefixer": "^10.3.1",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
"clean-webpack-plugin": "^3.0.0",
|
"clean-webpack-plugin": "^4.0.0",
|
||||||
"copy-webpack-plugin": "^9.0.1",
|
"copy-webpack-plugin": "^10.0.0",
|
||||||
"css-loader": "^5.2.6",
|
"css-loader": "^6.5.1",
|
||||||
"css-minimizer-webpack-plugin": "^3.0.2",
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
||||||
"eslint": "^7.30.0",
|
"eslint": "^8.3.0",
|
||||||
"eslint-config-airbnb": "^18.2.1",
|
"eslint-config-airbnb": "^19.0.1",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-import": "^2.23.4",
|
"eslint-plugin-import": "^2.23.4",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
"webpack": "^5.44.0",
|
"webpack": "^5.44.0",
|
||||||
"webpack-bundle-analyzer": "^4.4.2",
|
"webpack-bundle-analyzer": "^4.4.2",
|
||||||
"webpack-cli": "^4.7.2",
|
"webpack-cli": "^4.7.2",
|
||||||
"webpack-dev-server": "^3.11.2",
|
"webpack-dev-server": "^4.5.0",
|
||||||
"webpack-merge": "^5.8.0"
|
"webpack-merge": "^5.8.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in a new issue