mirror of
https://github.com/status-im/reagent.git
synced 2025-01-27 20:26:39 +00:00
9 lines
220 B
JavaScript
9 lines
220 B
JavaScript
|
module.exports = {
|
||
|
mode: 'production',
|
||
|
entry: './target/bundle-adv/resources/public/js/out/index.js',
|
||
|
output: {
|
||
|
path: __dirname + "/../../target/bundle-adv/resources/public/js/",
|
||
|
filename: 'main.js'
|
||
|
}
|
||
|
};
|