mirror of
https://github.com/arx-research/libhalo.git
synced 2026-05-09 03:00:08 -04:00
11 lines
165 B
JavaScript
11 lines
165 B
JavaScript
module.exports = {
|
|
entry: {
|
|
app: './weblib.js',
|
|
},
|
|
output: {
|
|
filename: 'libhalo.js'
|
|
},
|
|
mode: 'production',
|
|
target: 'web',
|
|
};
|