mirror of https://github.com/embarklabs/embark.git
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…
Reference in New Issue