Skip to content

Commit e3c783e

Browse files
authored
chore(webpack): ignore unparseable sourcemap warning (#7398)
1 parent 485a9fe commit e3c783e

File tree

1 file changed

+2
-0
lines changed
  • configs/webpack-config-compass/src

1 file changed

+2
-0
lines changed

configs/webpack-config-compass/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const sharedIgnoreWarnings: NonNullable<Configuration['ignoreWarnings']> = [
4848
// Optional, comes from emotion trying to (safely) use react apis that we
4949
// don't have in React 17
5050
/export 'useInsertionEffect'/,
51+
// Source map format that webpack can't resolve
52+
/Failed to parse source map: 'umd:/,
5153
];
5254

5355
const sharedResolveOptions = (

0 commit comments

Comments
 (0)