Skip to content

Commit 994dd41

Browse files
committed
fix: Exclude browser-only deps from pkg bundle
Add @postalsys/ee-client and ace-builds to pkg ignore list. These packages provide static browser assets that are already copied to static/js/ and committed to the repo - they should not be bundled into the Node.js binary.
1 parent 8b5afe6 commit 994dd41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
"scripts": [
139139
"workers/**/*.js"
140140
],
141+
"ignore": [
142+
"@postalsys/ee-client",
143+
"ace-builds"
144+
],
141145
"assets": [
142146
"static/**/*",
143147
"views/**/*",

0 commit comments

Comments
 (0)