Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 191 Bytes

File metadata and controls

13 lines (11 loc) · 191 Bytes

lazy-webpack-preset-babel

USAGE

// lazy-webpack
// ...
  presets: [{
    name: 'babel',
    options: {} // you can pass the babel-loader options here
  }]
//...