mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
|
module.exports = {
|
||
|
entry: './src/js/index.js',
|
||
|
output: {
|
||
|
filename: 'index_bundle.js'
|
||
|
}
|
||
|
}
|