1.0.0-beta • Published 2 years ago

auto-dll-plugin v1.0.0-beta

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

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

nameusetypedefault
modulesUsed to set up the module to be processedstring/array[]