Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

fz6m/webpack-config-copilot

Repository files navigation

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: [],
  },
})