You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
235 B

module.exports = {
publicPath: './',
devServer: {
disableHostCheck: false,
host: "127.0.0.1",
port: 9091,
https: false,
hotOnly: false,
proxy: null
},
lintOnSave: false
};