recursive-beast / rollup-plugin-external-assets

A rollup plugin to make assets external, they will not be added to the bundling pipeline, but they will still be included in the final output.
MIT License
2 stars 1 forks source link

did not recognize object of type "PropertyDefinition" #1

Open nanliu666 opened 1 year ago

nanliu666 commented 1 year ago

image ERROR [external-assets] did not recognize object of type "PropertyDefinition" 17:06:00

ERROR error during build: 17:06:00 Error: did not recognize object of type "PropertyDefinition" at Object.getFieldNames (E:\company-code\arrow\node_modules\ast-types\lib\types.js:660:19) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:184:36) at Visitor.PVp.visitWithoutReset (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:166:20) at NodePath.each (E:\company-code\arrow\node_modules\ast-types\lib\path.js:87:26) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:178:18) at Visitor.PVp.visitWithoutReset (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:166:20) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:203:25) at Visitor.PVp.visitWithoutReset (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:166:20) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:203:25) at Visitor.PVp.visitWithoutReset (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:166:20) at NodePath.each (E:\company-code\arrow\node_modules\ast-types\lib\path.js:87:26) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:178:18) at Visitor.PVp.visitWithoutReset (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:166:20) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:203:25) at Visitor.PVp.visitWithoutReset (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:166:20) at visitChildren (E:\company-code\arrow\node_modules\ast-types\lib\path-visitor.js:203:25)

recursive-beast commented 1 year ago

Hi, sorry for the late reply. Can you provide a minimal reproducible example please?