mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +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',
|
|
},
|
|
};
|