With a clean `npx degit`-install and fresh parcel-bundler one get error on `npm run`. ``` parcel-plugin-clean-easy /.../ has been removed. Duplicate plugin/preset detected. ``` Obviously uninstalling the plugins and removing it from `.babel.rc` is a way to circumvent this.
With a clean
npx degit-install and fresh parcel-bundler one get error onnpm run.Obviously uninstalling the plugins and removing it from
.babel.rcis a way to circumvent this.