This package has been deprecated

Author message:

This package will no longer be maintained

webpack-config-copilot
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i webpack-config-copilot

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.2 kB

Total Files

11

Last publish

Collaborators

  • fz6m