We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485a9fe commit e3c783eCopy full SHA for e3c783e
configs/webpack-config-compass/src/index.ts
@@ -48,6 +48,8 @@ const sharedIgnoreWarnings: NonNullable<Configuration['ignoreWarnings']> = [
48
// Optional, comes from emotion trying to (safely) use react apis that we
49
// don't have in React 17
50
/export 'useInsertionEffect'/,
51
+ // Source map format that webpack can't resolve
52
+ /Failed to parse source map: 'umd:/,
53
];
54
55
const sharedResolveOptions = (
0 commit comments