UNPKG

material-ui-search-bar

Version:
8 lines (6 loc) 207 B
const { createConfig, babel } = require("webpack-blocks"); module.exports = { skipComponentsWithoutExample: true, components: "src/components/**/[A-Z]*.js", webpackConfig: createConfig([babel()]), };