Make Webpack fail on failed imports (#24908)

local
Renaud Chaput 1 year ago committed by GitHub
parent d9b93bd15e
commit 64ec41d89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/webpack/shared.js

@ -64,6 +64,7 @@ module.exports = {
module: {
rules: Object.keys(rules).map(key => rules[key]),
strictExportPresence: true,
},
plugins: [

Loading…
Cancel
Save