Make Webpack fail on failed imports (#24908)

This commit is contained in:
Renaud Chaput 2023-05-09 03:10:04 +02:00 committed by GitHub
parent d9b93bd15e
commit 64ec41d89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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