Skip to content

Commit

Permalink
Make missing exports an error instead of warning (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 authored and nstepien committed Apr 4, 2019
1 parent 46f50e6 commit a206ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/webpack.common.config.js
Expand Up @@ -37,7 +37,8 @@ module.exports = {
exclude: /node_modules/,
use: ['babel-loader']
}
]
],
strictExportPresence: true
},
optimization: {
minimizer: [
Expand Down

0 comments on commit a206ab8

Please sign in to comment.