salix/webpack.config.yml

7 lines
98 B
YAML
Raw Normal View History

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