Skip to content

Instantly share code, notes, and snippets.

@tfiechowski
Created August 3, 2019 03:11
Show Gist options
  • Save tfiechowski/dce23c8084e4a72d73bc4ec79785a9d2 to your computer and use it in GitHub Desktop.
Save tfiechowski/dce23c8084e4a72d73bc4ec79785a9d2 to your computer and use it in GitHub Desktop.
Docs deploy, basic docs config
module.exports = {
webpackConfig: {
module: {
rules: [
{
test: /\.jsx?$/,
exclude: /node_modules/,
loader: "babel-loader"
}
]
}
},
title: "React Sample Components Library",
styleguideDir: "dist-docs"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment