Skip to content

Commit 451beaa

Browse files
committed
Webpack: update sourcemap exclusion list
1 parent 1982f46 commit 451beaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ const sharedConfig = {
8888
test: /\.m?js$/,
8989
use: ['source-map-loader'],
9090
// html-to-image and react-blurhash reference source maps but don't currently ship with any.
91-
exclude: /node_modules\/html-to-image|node_modules\/react-blurhash/,
91+
exclude:
92+
/node_modules\/html-to-image|node_modules\/react-blurhash|node_modules\/stylis-plugin-rtl/,
9293
enforce: 'pre',
9394
resolve: {
9495
fullySpecified: false,

0 commit comments

Comments
 (0)