Make Webpack fail on failed imports ()

This commit is contained in:
Renaud Chaput 2023-05-09 03:10:04 +02:00 committed by GitHub
parent b785500809
commit cabc9e5979

View file

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