diff --git a/vue.config.js b/vue.config.js index 26a0b2e..4fa3ba4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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') } }