diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 11bb033bc..0b24a22ea 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -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