Skip to content

Commit 6fba0bf

Browse files
committed
Squashed commit of the following:
commit 1259fde Author: Joshua Jones <joshuajones2010@gmail.com> Date: Tue Jun 13 13:42:46 2023 +1000 Disable external helpers commit 11a05f9 Author: Joshua Jones <joshuajones2010@gmail.com> Date: Tue Jun 13 13:16:27 2023 +1000 just yarn build commit fa14af4 Author: Joshua Jones <joshuajones2010@gmail.com> Date: Tue Jun 13 13:14:17 2023 +1000 no nodeenv prod, yarn install in prepare command
1 parent 3a77f14 commit 6fba0bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"updateGitHooks": "simple-git-hooks",
7676
"dev": "vite",
7777
"cleanPublish": "yarn test && clean-publish",
78-
"prepare": "NODE_ENV=production yarn run build"
78+
"prepare": "yarn run build"
7979
},
8080
"dependencies": {
8181
"@types/offscreencanvas": "^2019.6.4",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const plugins = targets => [
2929
parser: {
3030
syntax: 'typescript'
3131
},
32-
externalHelpers: true
32+
externalHelpers: false
3333
},
3434
env: {
3535
targets

0 commit comments

Comments
 (0)