Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 833 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 833 Bytes

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 */
})