Skip to content

Commit 03c1406

Browse files
committed
DEBUG
1 parent 2265c27 commit 03c1406

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dotcom-rendering/webpack/webpack.config.client.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ module.exports = ({ build }) => ({
147147
build === 'client.web.variant'
148148
? undefined
149149
: {
150-
alias: {
151-
react: 'preact/compat',
152-
'react-dom/test-utils': 'preact/test-utils',
153-
'react-dom': 'preact/compat',
154-
},
150+
// alias: {
151+
// react: 'preact/compat',
152+
// 'react-dom/test-utils': 'preact/test-utils',
153+
// 'react-dom': 'preact/compat',
154+
// },
155155
},
156156
});
157157

0 commit comments

Comments
 (0)