Rapid Application Development Packaging Webpack Plugin
sh
npm install --save-dev @radpack/webpack-plugin
`
Usage
`js
import Radpack from '@radpack/webpack-plugin';export default {
entry: 'src/index.js',
plugins: [
new Radpack()
]
};
``For more examples, check out the application example, hydrate example, and client example.
[example-app]: ../../examples/apps/webpack/
[example-hydrate]: ../../examples/apps/webpack-hydrate/
[example-client]: ../../examples/clients/webpack/
[webpack]: https://v4.webpack.js.org/