You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
When following the tutorial here I get this error :( being fairly new to transpiling it might be something I have done wrong..
>> rollup -c
Error transforming /Applications/MAMP/htdocs/nodejs/src/main.js with 'babel' plugin: It looks like your Babel configuration specifies a module transformer. Please disable it. If you're using the "es2015" preset, consider using "es2015-rollup" instead. See https://github.com/rollup/rollup-plugin-babel#configuring-babel for more information
Error: Error transforming /Applications/MAMP/htdocs/nodejs/src/main.js with 'babel' plugin: It looks like your Babel configuration specifies a module transformer. Please disable it. If you're using the "es2015" preset, consider using "es2015-rollup" instead. See https://github.com/rollup/rollup-plugin-babel#configuring-babel for more information
at preflightCheck (/Applications/MAMP/htdocs/nodejs/node_modules/rollup-plugin-babel/dist/rollup-plugin-babel.cjs.js:43:102)
at Object.transform$1 [as transform] (/Applications/MAMP/htdocs/nodejs/node_modules/rollup-plugin-babel/dist/rollup-plugin-babel.cjs.js:104:18)
at /usr/local/lib/node_modules/rollup/src/utils/transform.js:13:35
at process._tickCallback (internal/process/next_tick.js:103:7)
at Function.Module.runMain (module.js:577:11)
at startup (node.js:160:18)
at node.js:456:3
I have added the preset as it says in the tutorial
When following the tutorial here I get this error :( being fairly new to transpiling it might be something I have done wrong..
I have added the preset as it says in the tutorial