This commit is contained in:
沈学坤
2019-09-25 09:28:07 +08:00
parent f86504bdef
commit b1dc3d9932

View File

@@ -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')
}
}