pveyes / raw.macro

Read file contents at build time via babel-plugin-macros or SWC plugin.
MIT License
149 stars 12 forks source link

i got this err #51

Closed zhyuzh3d closed 2 years ago

zhyuzh3d commented 3 years ago

./node_modules/babel-plugin-macros/node_modules/cosmiconfig/dist/index.js Module parse failed: Unexpected token (68:30) You may need an appropriate loader to handle this file type. | loaders: defaultLoaders | }; | const normalizedOptions = { ...defaults, | ...options, | loaders: { ...defaults.loaders,

zhyuzh3d commented 3 years ago

with react-create-app

pveyes commented 3 years ago

Can you share minimal repro case in another repo or using codesandbox? thanks