Skip to content

Commit ce189dc

Browse files
committed
Ignore source map parsing warnings
1 parent 95c415a commit ce189dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,5 +732,7 @@ module.exports = (env, argv) => {
732732
statsOptions: { source: false },
733733
}),
734734
].filter(Boolean),
735+
// Ignore some warnings, like failing to parse source maps
736+
ignoreWarnings: [/Failed to parse source map/],
735737
};
736738
};

0 commit comments

Comments
 (0)