Skip to content

Commit

Permalink
chore: fix webpack build for React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
aradzie committed Dec 23, 2024
1 parent 1cfe5e5 commit 30d1b85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ export default [
test: /\/assets\//,
use: "null-loader",
},
{
test: /\/react-dom\//,
exclude: /server/,
use: "null-loader",
},
{
test: /\/knex\/lib\/dialects\//,
exclude: /\/mysql|sqlite3|better-sqlite3\//,
Expand Down

0 comments on commit 30d1b85

Please sign in to comment.