Skip to content

Commit

Permalink
fix: umd in node env
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 20, 2025
1 parent 576757d commit 2393899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-rattler/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default [
clean: false,
path: path.resolve(__dirname, "dist/"),
filename: "umd.js",
globalObject: "typeof self !== 'undefined' ? self : this",
library: "rattler",
libraryTarget: "umd",
umdNamedDefine: true,
Expand Down

0 comments on commit 2393899

Please sign in to comment.