mirror of https://github.com/zulip/zulip.git
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
|
module.exports = {
|
||
|
entry: './static/js/src/main.js',
|
||
|
output: {
|
||
|
path: './static/js',
|
||
|
filename: 'bundle.js'
|
||
|
}
|
||
|
};
|