mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 05:04:55 +00:00
update tests
This commit is contained in:
@@ -29,6 +29,9 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
mode,
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
plugins: [
|
||||
isDev && new webpack.HotModuleReplacementPlugin()
|
||||
].filter(Boolean),
|
||||
@@ -64,6 +67,9 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
mode,
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
performance: {
|
||||
hints: false // it doesn't matter if server.js is large
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user