Skip to content

vimlet/bundl-plugins

Repository files navigation

bundl-plugins 📦

Codacy grade Travis

Repository for officially supported packages for Bundl.

Using plugins

Install the plugin you need:

# npm
npm i -D @bundl/<package>
# yarn
yarn add -D @bundl/<package>

And then import it in bundl.config.js:

const babel = require('@bundl/babel') 

module.exports = {
  output: {
    'build/bundle.js': {
      use: babel(),
      input: 'src/**.js'
    }
  }
}

Available plugins

W.I.P plugins

  • ESLint
  • LESS

About

Bundl official GitHub plugin repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •