kun end
This commit is contained in:
@@ -8,8 +8,8 @@ module.exports = {
|
||||
open: false,
|
||||
host: 'localhost',
|
||||
port: '8080',
|
||||
https: false,
|
||||
hotOnly: false,
|
||||
// https: false,
|
||||
// hotOnly: false,
|
||||
proxy: {
|
||||
'/url/': {
|
||||
target: '',
|
||||
@@ -28,7 +28,7 @@ module.exports = {
|
||||
hints: 'warning',
|
||||
maxEntrypointSize: 500000000,
|
||||
maxAssetSize: 300000000,
|
||||
assetFilter: function (assetFilename) {
|
||||
assetFilter: function(assetFilename) {
|
||||
return assetFilename.endsWith('.js')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user