ulisses-alves / rollup-plugin-elm

Import .elm files as ES6 modules.
MIT License
16 stars 2 forks source link

Support for Rollup 3.x.x #13

Open aminnairi opened 1 year ago

aminnairi commented 1 year ago

It would be great to use this library with the latest release 3.x.x of Rollup.

aminnairi commented 1 year ago

One workaround would be to use the --force option when installing this package if using the version 3.x.x from rollup.

npm install --force rollup rollup-plugin-elm

If you need to install the project on another computer, you'll also need to prepend the --force option when installing all package listed in the package.json file.

npm install --force