remove stray `?` in webpack.config.js

This commit is contained in:
Michael Bradley, Jr 2018-09-05 16:49:26 -05:00
parent 74e9974c00
commit 7d29e53048
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ try {
}
const entry = Object.keys(embarkAssets)
.filter(key => key.match(/\.js?$/))
.filter(key => key.match(/\.js$/))
.reduce((obj, key) => {
// webpack entry paths should start with './' if they're relative to the
// webpack context; embark.json "app" keys correspond to lists of .js