mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Make Webpack fail on failed imports (#24908)
This commit is contained in:
parent
d9b93bd15e
commit
64ec41d89c
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ module.exports = {
|
|||
|
||||
module: {
|
||||
rules: Object.keys(rules).map(key => rules[key]),
|
||||
strictExportPresence: true,
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue