1.0.0-alpha.0 ā€¢ Published 4 years ago

async-chunk-webpack-plugin v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

Welcome to async-chunk-webpack-plugin šŸ‘‹

Version Documentation License: MIT CircleCI

AsyncChunkWebpackPlugin is a plugin that allow you to create some code split library.

šŸ  Homepage

Install

yarn install

šŸš€ USAGE

const AsyncChunkWebpackPlugin = require('async-chunk-webpack-plugin');

// Webpack config
export const config = () => (
    {
        ...
        plugins: [
            new AsyncChunkWebpackPlugin(),
        ]
        ...
    }
)

šŸ”§ Options

NameTypeDefaultDescription
active{Boolean}trueEnables/Disables async-chunk-webpack-plugin

active

Type: Boolean Default: true

new AsyncChunkWebpackPlugin({active: env === 'production'}),

Author

šŸ‘¤ Nicolas Ribes nribes@wynd.eu

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

This project is MIT licensed.

1.0.0-alpha.0

4 years ago

1.1.0-alpha.0

4 years ago