Files
zulip/tools/webpack.production.config.js
Tim Abbott 1a161c6e33 eslint: Fix comma-dangle rules in JS support files.
This was done via eslint --fix.
2016-12-03 15:00:24 -08:00

8 lines
141 B
JavaScript

module.exports = {
entry: './static/js/src/main.js',
output: {
path: './static/js',
filename: 'bundle.js',
},
};