wintersmith-webpack-babel

0.1.2 • Public • Published

Wintersmith Webpack Babel

A Babelifying Webpack module bundler for Wintersmith. Because modules!

Install

npm i --save babel-loader babel-preset-es2015 wintersmith-webpack-babel

Use

Add the plugin path in your config.json:

...
"plugins": [
    ...
    "./node_modules/wintersmith-webpack-babel"

Define webpack-babel options in your config.json:

...
webpackBabel: {
    // Optionally define a filename for your bundled code. Defaults to "bundle.js"
    output: "sweetass.custom.filename.js"
}

Package Sidebar

Install

npm i wintersmith-webpack-babel

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • bildepunkt