salix/webpack.config.yml

7 lines
100 B
YAML
Raw Normal View History

buildDir: dist
devServerPort: 3500
2018-12-27 11:54:16 +00:00
publicPath: '/static'
entry: {
salix: salix,
auth: auth
}