Skip to content

Commit

Permalink
remove unnecessary options
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 20, 2025
1 parent cdbc084 commit 97b3f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions js-rattler/rollup.config.cjs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ export default {
targetEnv: "auto-inline",
sync: ["pkg/js_rattler_bg.wasm"],
}),
nodeResolve({
extensions: [".mjs", ".js", ".json", ".node", ".ts", ".cts"],
}),
nodeResolve(),
typescript({
sourceMap: false,
declaration: false,
Expand Down
4 changes: 1 addition & 3 deletions js-rattler/rollup.config.esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default {
targetEnv: "auto-inline",
sync: ["pkg/js_rattler_bg.wasm"],
}),
nodeResolve({
extensions: [".mjs", ".js", ".json", ".node", ".ts", ".mts"],
}),
nodeResolve(),
typescript({
sourceMap: false,
declaration: false,
Expand Down

0 comments on commit 97b3f71

Please sign in to comment.