lazy-webpack-preset-babel
v1.0.6
Published
#### USAGE ``` javascript // lazy-webpack // ... presets: [{ name: 'babel', options: {} // you can pass the babel-loader options here }] //... ```
Downloads
4
Readme
lazy-webpack-preset-babel
USAGE
// lazy-webpack
// ...
presets: [{
name: 'babel',
options: {} // you can pass the babel-loader options here
}]
//...