Skip to content

Commit 0a0fcf7

Browse files
committed
Remove react alias in webpack config
It doesn't work well with the new workspace
1 parent d37b0ec commit 0a0fcf7

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)