mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
remove stray ?
in webpack.config.js
This commit is contained in:
parent
74e9974c00
commit
7d29e53048
@ -36,7 +36,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const entry = Object.keys(embarkAssets)
|
const entry = Object.keys(embarkAssets)
|
||||||
.filter(key => key.match(/\.js?$/))
|
.filter(key => key.match(/\.js$/))
|
||||||
.reduce((obj, key) => {
|
.reduce((obj, key) => {
|
||||||
// webpack entry paths should start with './' if they're relative to the
|
// webpack entry paths should start with './' if they're relative to the
|
||||||
// webpack context; embark.json "app" keys correspond to lists of .js
|
// webpack context; embark.json "app" keys correspond to lists of .js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user