1.1.11 • Published 6 years ago

react-rewire-dll v1.1.11

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

react-rewire-dll

Usage

/* config-overrides.js */
import rewireDll from 'react-rewire-dll'
import { compose } from 'react-rewired-scripts'

export default compose(rewireDll)

配置选项

keyNametypedefaultdescription
entryObject{}The entry points for the DLL's.
pathstring''The path for the DLL bundles, relative to webpack's output.publicPath
filenamestring[name].jsThe filename template. Same as webpack's output.filename. Examples: [name]_[hash].dll.js

More detail config autodll-webpack-plugin

Note. only export entry,path,filename. Other options use default , you can't config in this rewire

License

MIT

1.1.11

6 years ago

1.1.11-3

6 years ago

1.1.11-2

6 years ago

1.1.11-1

6 years ago

1.1.11-0

6 years ago