Skip to content

Commit

Permalink
don't exclude node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Jan 10, 2025
1 parent 71c03be commit a52091f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const config = {
rules: [
{
test: /\.[jt]s|mjs$/,
exclude: /(node_modules)/,
use: [
{
loader: 'swc-loader',
Expand Down

0 comments on commit a52091f

Please sign in to comment.