Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dll-webpack-plugin

xiaoxiaojx7ISC1.0.7

More simple to use dllPlugin and DllReferencePlugin

webpack, dllPlugin, DllReferencePlugin

readme

dll-webpack-plugin

Make DllPlugin and DllReferencePlugin simpler

Install

  npm i --save-dev dll-webpack-plugin

image

previous (not use dll-webpack-plugin)

  1. Manual update dllEntrys (webpack --config tool/webpack.dll.config.js)
  2. Manual add dllEntrys to index.html
  3. Repeat the above operation When dllEntrys change

now

  1. Do not do anything

Example

  1. simple example
  2. xiaojiaxinCS/Client

who use

  1. author
  2. babel-tower: A visual page building system for JD.com

changelog

Change History

v1.0.7

  • fix cdn path join - 2018/10/13.

v1.0.6

  • fix publicPath - 2018/09/27.

v1.0.4

  • Use md5 hash - 2018/09/07.

v1.0.0

  • Hello word.