1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix swc/helpers module missing error

This commit is contained in:
Chris Chua 2024-11-09 21:28:36 +08:00
parent 77c8e6d5ba
commit 09a584b491

View file

@ -94,7 +94,6 @@ module.exports = (env, argv) => {
parser: {
syntax: 'typescript',
},
externalHelpers: true,
transform: {
react: {
runtime: 'automatic',
@ -125,7 +124,6 @@ module.exports = (env, argv) => {
refresh: !prod,
},
},
externalHelpers: true,
},
env: {
targets: 'Chrome >= 48', // browser compatibility