Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions configs/webpack-config-compass/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const sharedIgnoreWarnings: NonNullable<Configuration['ignoreWarnings']> = [
// Optional, comes from emotion trying to (safely) use react apis that we
// don't have in React 17
/export 'useInsertionEffect'/,
// Source map format that webpack can't resolve
/Failed to parse source map: 'umd:/,
];

const sharedResolveOptions = (
Expand Down
Loading