Skip to content

Commit

Permalink
Webpack: update sourcemap exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 24, 2024
1 parent 1982f46 commit 451beaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ const sharedConfig = {
test: /\.m?js$/,
use: ['source-map-loader'],
// html-to-image and react-blurhash reference source maps but don't currently ship with any.
exclude: /node_modules\/html-to-image|node_modules\/react-blurhash/,
exclude:
/node_modules\/html-to-image|node_modules\/react-blurhash|node_modules\/stylis-plugin-rtl/,
enforce: 'pre',
resolve: {
fullySpecified: false,
Expand Down

0 comments on commit 451beaa

Please sign in to comment.