7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
module.exports = {
|
|
publicPath: '/',
|
|
devServer: {
|
|
disableHostCheck: true
|
|
}
|
|
}
|