Skip to content

Commit 265f256

Browse files
committed
Set esbuild platform to browser
1 parent 8f10b18 commit 265f256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/plugin/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"executor": "@nx/esbuild:esbuild",
1010
"outputs": ["{options.outputPath}"],
1111
"options": {
12-
"platform": "node",
12+
"platform": "browser",
1313
"outputPath": "dist/apps/plugin",
1414
"outputFileName": "main.js",
1515
"format": ["cjs"],

0 commit comments

Comments
 (0)