Make Webpack fail on failed imports (#24908)

lolsob-rspec
Renaud Chaput 2023-05-09 03:10:04 +02:00 committed by GitHub
parent b785500809
commit cabc9e5979
1 changed files with 1 additions and 0 deletions

View File

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