Skip to content

Commit

Permalink
fix(server): disable webpack minification for class name reading
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Jun 8, 2023
1 parent 1bfe19f commit 4d9e3cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/server/scripts/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ exports.getCommonWebpackOptions = ({
},
],
},
optimization: {
minimize: false,
},
};

if (isDev) {
Expand Down

1 comment on commit 4d9e3cc

@vercel
Copy link

@vercel vercel bot commented on 4d9e3cc Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.