mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
module.exports = {
|
|
entry: './static/js/src/main.js',
|
|
output: {
|
|
path: './static/js',
|
|
filename: 'bundle.js',
|
|
},
|
|
};
|