Cannot specify option 'extensions'
Misaka-0x447f opened this issue · 3 comments
Misaka-0x447f commented
loganfsmyth commented
extensions
is an option to rollup-plugin-babel
, not an option to Babel itself, so you need to pass it directly to the plugin from via your Rollup configuration file.
Misaka-0x447f commented
extensions
is an option torollup-plugin-babel
, not an option to Babel itself, so you need to pass it directly to the plugin from via your Rollup configuration file.
Wait... You can only merge plugin options and babel options in this plugin...
Andarist commented
It looks like you have tried to pass extensions
via Babel config file but you should pass it to rollup-plugin-babel
itself