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:
parent
77c8e6d5ba
commit
09a584b491
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue