6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
module.exports = {
|
|
publicPath: '/las/',
|
|
devServer: {
|
|
hot: false
|
|
}
|
|
};
|