mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
b0db4c6354
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
module.exports = {
|
|
entry: './src/js/index.js',
|
|
output: {
|
|
filename: 'index_bundle.js'
|
|
}
|
|
} |