Skip to content

Commit

Permalink
fix: ignore webpack export analysis (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
littlespex authored Sep 7, 2024
1 parent b1c0a4b commit 3344bdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/webpack.prod.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ const configProdEsm = merge(esmConfig, {
output: {
filename: '[name].min.esm.js'
},
optimization: {
usedExports: false,
},
performance: { hints: false },
plugins: [
new ESLintPlugin({
Expand Down

0 comments on commit 3344bdf

Please sign in to comment.