Repository for officially supported packages for Bundl.
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'
}
}
}
- ESLint
- LESS