1.0.5 • Published 6 years ago

@mskelton/webpack-config v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@mskelton/webpack-config

Build status All Contributors

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!