1.0.9 • Published 2 years ago

@jswork/craco-plugin-dll-refs v1.0.9

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

craco-plugin-dll-refs

Craco plugin for webpack.DllReferencePlugin.

version license size download

installation

npm install @jswork/craco-plugin-dll-refs

usage

import cracoPluginDllRefs from '@jswork/craco-plugin-dll-refs';

// usage goes here.

usage with hmr

# 组合1: HRM + disabled dll-refs
# 特点: 启动慢,但支持HMR,开发体验更好<默认为true,所以这个也不用写>
FAST_REFRESH = true
# craco.config.js<options: 默认可以不写>
{ plugin: dllRefs, options: {inject: false} }


## 组合2: refresh + enable dll-refs
# 特点: 启动快,但不支持HMR,对于表单应用体验有点差,但问题较少,占内存较大
FAST_REFRESH = false
# craco.config.js
{ plugin: dllRefs, options: { inject: true } }

license

Code released under the MIT license.

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago