8 lines
No EOL
180 B
JavaScript
8 lines
No EOL
180 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === `production`
|
|
? `/`
|
|
: `/`,
|
|
devServer: {
|
|
disableHostCheck: false, // set this to true to allow ngrok web serving
|
|
},
|
|
} |