7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
publicPath: "./",
|
|
devServer: {
|
|
host: 'localhost'
|
|
}
|
|
};
|
|
|