Skip to content

Commit 183d64e

Browse files
committed
For now commented-out the aliasing / substitution of Preact for React, as pure React allows for easier debugging than Preact, which is going to be useful in the course of application development.
1 parent 1a221ff commit 183d64e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module.exports = {
2121
},
2222
resolve: {
2323
alias: {
24-
'react': 'preact-compat',
25-
'react-dom': 'preact-compat'
24+
//'react': 'preact-compat',
25+
//'react-dom': 'preact-compat'
2626
}
2727
},
2828
output: {

0 commit comments

Comments
 (0)