Skip to content

Commit

Permalink
chore: set rspack build target
Browse files Browse the repository at this point in the history
  • Loading branch information
baranwang authored and VirgilClyne committed Jan 2, 2025
1 parent ce91018 commit 04339e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
output: {
filename: "[name].bundle.js",
},
target: 'node',
plugins: [
new NodePolyfillPlugin({
//additionalAliases: ['console'],
Expand Down

0 comments on commit 04339e5

Please sign in to comment.