salix/webpack.config.yml

7 lines
100 B
YAML

buildDir: dist
devServerPort: 3500
publicPath: '/static'
entry: {
salix: salix,
auth: auth
}