updated more deps, major versions
This commit is contained in:
parent
a0e947be50
commit
5cef3d699e
4 changed files with 1179 additions and 5053 deletions
configuration
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
output: path.resolve(__dirname, '../dist/'),
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
host: '127.0.0.1',
|
||||
port: 4000,
|
||||
},
|
||||
limits: {
|
||||
|
|
|
@ -12,17 +12,17 @@ module.exports = merge(webpackConfiguration, {
|
|||
|
||||
/* Development Server Configuration */
|
||||
devServer: {
|
||||
contentBase: environment.paths.output,
|
||||
watchContentBase: true,
|
||||
publicPath: '/',
|
||||
static: {
|
||||
directory: environment.paths.output,
|
||||
staticOptions: {},
|
||||
publicPath: "/",
|
||||
serveIndex: true,
|
||||
watch: true,
|
||||
},
|
||||
open: true,
|
||||
historyApiFallback: true,
|
||||
compress: true,
|
||||
overlay: true,
|
||||
hot: false,
|
||||
watchOptions: {
|
||||
poll: 300,
|
||||
},
|
||||
...environment.server,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue