Skip to content

Commit 371bed7

Browse files
committed
Un-commented the aliasing / substitution of Preact for React.
1 parent 66746f5 commit 371bed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ module.exports = {
3131
},
3232
resolve: {
3333
alias: {
34-
//'react': 'preact-compat',
35-
//'react-dom': 'preact-compat'
34+
'react': 'preact-compat',
35+
'react-dom': 'preact-compat'
3636
}
3737
},
3838
output: {

0 commit comments

Comments
 (0)