auto-dll-plugin

1.0.0-beta • Public • Published

auto-dll-plugin

Webpack5 plug-in for simplifying DLL usage

It's very easy to use

You need to use it in a development environment, not a prodution environment

Installation

npm install auto-dll-plugin -D

Examples

usage with webpack5

const AutoDllPlugin = require('auto-dll-plugin')
const webpckConfig = {
  mode: 'development'
  plugins: [
		new AutoDllPlugin({
      modules: ['vue']
    })
	]
}

options

Basic options

name use type default
modules Used to set up the module to be processed string/array []

Readme

Keywords

Package Sidebar

Install

npm i auto-dll-plugin

Weekly Downloads

0

Version

1.0.0-beta

License

MIT

Unpacked Size

11.2 kB

Total Files

7

Last publish

Collaborators

  • meili1991