rollup-babel-plugin
Demonstrate a Bug? in I used yarn
for managing this, but theoretically this should happen with
npm
as well.
yarn install
yarn run rollup
: uses{ exclude: ['node_modules/**'] }
for babel config. This works OK (do not worry about missing globals, etc.).yarn run rollup:broken
: uses{ exclude: ['node_modules/**'], include: ['node_modules/vue-password/**'] }
. This fails.