mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-30 03:50:13 -05:00
Make Webpack fail on failed imports (#24908)
This commit is contained in:
parent
d9b93bd15e
commit
64ec41d89c
@ -64,6 +64,7 @@ module.exports = {
|
|||||||
|
|
||||||
module: {
|
module: {
|
||||||
rules: Object.keys(rules).map(key => rules[key]),
|
rules: Object.keys(rules).map(key => rules[key]),
|
||||||
|
strictExportPresence: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Loading…
Reference in New Issue
Block a user