mirror of
https://github.com/status-im/reagent.git
synced 2025-01-14 22:04:40 +00:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
module.exports = {
|
|
mode: 'development',
|
|
entry: './target/bundle/resources/public/js/out/index.js',
|
|
output: {
|
|
path: __dirname + "/target/bundle/resources/public/js/",
|
|
filename: 'main.js'
|
|
}
|
|
};
|