1.0.0 • Published 3 years ago

webpack-config-copilot v1.0.0

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

webpack-config-copilot

webpack5 config snippets and types helper function.

Preview

Install

  yarn add -D webpack-config-copilot

Usage

// webpack.config.js
const { defineConfig } = require('webpack-config-copilot')

module.exports = defineConfig({
  // enjoy config snippets and type support
  module: {
    rules: [],
  },
})