react-rewire-dll

1.1.11 • Public • Published

react-rewire-dll

Usage

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

配置选项

keyName type default description
entry Object {} The entry points for the DLL's.
path string '' The path for the DLL bundles, relative to webpack's output.publicPath
filename string [name].js The 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

/react-rewire-dll/

    Package Sidebar

    Install

    npm i react-rewire-dll

    Weekly Downloads

    2

    Version

    1.1.11

    License

    ISC

    Last publish

    Collaborators

    • likun7981