Skip to content

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

License

Notifications You must be signed in to change notification settings

egoist/rollup-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollup-loader

NPM version Build Status

How does it work

It uses the rollup-plugin-memory to accept input file from webpack and returns processed result and sourcemaps.

Usage

// webpack.config.js
module.exports = {
  module: {
    rules: [{
      test: /\.js$/,
      loader: 'rollup-loader',
      options: [/* custom rollup plugins */]
      // or directly pass rollup options
      // options: { plugins: [] }
    }]
  }
}

Check out Rollup JavaScript API for option reference.

License

MIT © EGOIST

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •