webpack-config-babel

0.2.0 • Public • Published

webpack-config-babel

Setup everything you need to use babel with webpack.

build status coverage license version downloads

Usage

Install:

npm install --save webpack-config-babel

Add to your webpack.config.babel.js:

import babel from `webpack-config-babel`;
 
babel({ /* babel options */ })({
  /* existing webpack configuration */
})

Dependents (1)

Package Sidebar

Install

npm i webpack-config-babel

Weekly Downloads

0

Version

0.2.0

License

CC0-1.0

Last publish

Collaborators

  • izaakschroeder