UNPKG

webpack-bootstrap

Version:

Easily implement webpack for any kind of front-end app

16 lines (14 loc) 203 B
'use strict'; const loaders = [{ test: /\.jsx?$/, exclude: /node_modules/, use: { loader: 'babel-loader', options: { presets: ['react'] } } }]; module.exports = { loaders };