I'm getting this error when trying to build with this script installed.
`ERROR in node_modules/webext-polyfill-kinda/index.js 22:34
Module parse failed: Unexpected token (22:34)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
Hi,
I'm getting this error when trying to build with this script installed.
My guess is webext-polyfill-kinda is exporting an unbuilt file which is causing errors since node_modules isn't transpiled using babel?