We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1982f46 commit 451beaaCopy full SHA for 451beaa
webpack.config.cjs
@@ -88,7 +88,8 @@ const sharedConfig = {
88
test: /\.m?js$/,
89
use: ['source-map-loader'],
90
// 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/,
+ exclude:
92
+ /node_modules\/html-to-image|node_modules\/react-blurhash|node_modules\/stylis-plugin-rtl/,
93
enforce: 'pre',
94
resolve: {
95
fullySpecified: false,
0 commit comments