salix/webpack.config.yml

8 lines
141 B
YAML
Raw Normal View History

buildDir: services/nginx/static
devServerPort: 3500
publicPath: /static
entry: {
salix: [salix],
auth: [auth],
vendor: [vendor]
}