UNPKG

create-common-library

Version:

CLI for creating reusable, modern common libraries using `create-react-library`, `react-styleguidist` or `storybook`.

14 lines (13 loc) 208 B
module.exports = { webpackConfig: { module: { rules: [ { test: /\.jsx?$/, exclude: /node_modules/, loader: "babel-loader", }, ], }, }, };