Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 15, 2025
1 parent 1a3aab7 commit 9f75c83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/torus-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// merges the user provided config with the default config
// and returns the merged config

// By default this generates cjs, umd builds
// By default this generates umd builds
import merge from "lodash.mergewith";
import path from "path";
import fs from "fs";
Expand Down Expand Up @@ -48,12 +48,6 @@ export const babelLoader = {
},
};

const optimization = {
optimization: {
minimize: false,
},
};

const polyfillPlugins = [
new webpack.ProvidePlugin({
Buffer: ["buffer", "Buffer"],
Expand Down

0 comments on commit 9f75c83

Please sign in to comment.