rollup-loader icon indicating copy to clipboard operation
rollup-loader copied to clipboard

Rollup does what it can do, and let Webpack finish the job.

Results 6 rollup-loader issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

I get the following error when I try to use this plugin ``` TypeError: Cannot read property 'rollup' of undefined at Object.index (/home/risto/foobar/rollup-loader/index.js:58:54) ``` I'm using webpack 4.3.0

Or to be more specific, what exactly this loader is letting rollup do? Since it is not so clear by reading the banner `Rollup does what it can do, and...

This is not finished - as I have no idea how this loader should be configured. I've created this small example to try various configurations on it - if you...

As rollup document pointer: https://github.com/rollup/rollup/wiki/JavaScript-API#external external should be : - function: the param when called is the moduleName - array: a list of moduleName Please notice: external is something refered...

as title. when i use babel-loader can set ignore js don't insert "use strict"; but i add rollup-loader setting, babel-loader set ignore disabled; i'not found how to set don't insert...