0.0.4 • Published 5 years ago

@bundl/coffee v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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