@mskelton/webpack-config

1.0.5 • Public • Published

@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!

Readme

Keywords

Package Sidebar

Install

npm i @mskelton/webpack-config

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

8.89 kB

Total Files

23

Last publish

Collaborators

  • mskelton