Skip to content

Commit

Permalink
Set esbuild platform to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Oct 27, 2024
1 parent bb043e0 commit 9bb3cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"executor": "@nx/esbuild:esbuild",
"outputs": ["{options.outputPath}"],
"options": {
"platform": "node",
"platform": "browser",
"outputPath": "dist/apps/plugin",
"outputFileName": "main.js",
"format": ["cjs"],
Expand Down

0 comments on commit 9bb3cec

Please sign in to comment.