yohangz / rollup-plugin-ignore-import

Ignore import rollup plugin
MIT License
8 stars 5 forks source link

Support rollup v2 #5

Open christophehurpeau opened 4 years ago

christophehurpeau commented 4 years ago

Hello, thank you for this module.

This doesnt work with rollup v2:

    Cannot find module 'rollup-pluginutils' from '../../node_modules/rollup-plugin-ignore-import/rollup-plugin-ignore-import.js'

Could you update to make it work ? Or is there another alternative plugin ?

ixrock commented 4 years ago

@christophehurpeau as workaround just install extra npm package rollup-pluginutils, should work afterwards. Yarn: yarn add rollup-pluginutils -D NPM: npm i rollup-pluginutils --save-dev