@mskelton/webpack-config
v1.0.5
Published
Shared webpack config for my React projects.
Downloads
5
Readme
@mskelton/webpack-config
Shared webpack config for my React projects.
Installation
# Yarn
yarn add --dev @mskelton/webpack-config
# npm
npm install --save-dev @mskelton/webpack-config
Usage
const { createWebpackConfig } = require('@mskelton/webpack-config')
module.exports = createWebpackConfig({
entry: './src/index.tsx',
html: {
favicon: '',
template: '',
},
outputPath: '',
})
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!