mirror of
https://github.com/danbulant/Mangades
synced 2026-05-19 04:08:46 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
module.exports = {
|
|
hot: true,
|
|
contentBase: 'assets',
|
|
publicPath: 'build',
|
|
historyApiFallback: '__app.html',
|
|
port: 5000
|
|
}
|