@tdd-buffet/webpack-config

Awesome webpack config

Usage no npm install needed!

<script type="module">
  import tddBuffetWebpackConfig from 'https://cdn.skypack.dev/@tdd-buffet/webpack-config';
</script>

README

Awesome webpack config for TypeScript + React projects

Build Status codecov


Install

npm install @tdd-buffet/webpack-config

Usage

const baseConfig = require('@tdd-buffet/webpack-config');

module.exports = {
  ...baseConfig
}