Skip to content

Commit d1c0eaf

Browse files
Merge pull request #33 from terminusdb/fix_react_dev
Remove react alias in webpack config
2 parents d37b0ec + 0a0fcf7 commit d1c0eaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/tdb-dashboard/webpack_dev.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ module.exports = (env, argv) => ({
3434
],
3535
resolve: {
3636
alias: {
37-
"@terminusdb/terminusdb-client": path.resolve('../../../terminusdb-client/index.js'),
38-
react: path.resolve('./node_modules/react')
37+
"@terminusdb/terminusdb-client": path.resolve('../../../terminusdb-client/index.js')
3938
},
4039
fallback: { "https": false },
4140
extensions: ['.js', '.jsx', '.json'],

0 commit comments

Comments
 (0)