Skip to content

webpack-config/webpack-config-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setup everything you need to use babel with webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published