We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2265c27 commit 3317ed0Copy full SHA for 3317ed0
dotcom-rendering/webpack/webpack.config.client.js
@@ -147,11 +147,11 @@ module.exports = ({ build }) => ({
147
build === 'client.web.variant'
148
? undefined
149
: {
150
- alias: {
151
- react: 'preact/compat',
152
- 'react-dom/test-utils': 'preact/test-utils',
153
- 'react-dom': 'preact/compat',
154
- },
+ // alias: {
+ // react: 'preact/compat',
+ // 'react-dom/test-utils': 'preact/test-utils',
+ // 'react-dom': 'preact/compat',
+ // },
155
},
156
});
157
0 commit comments