@radpack/webpack-plugin
v1.1.2
Published
Rapid Application Development Packaging Webpack Plugin
Downloads
58
Readme
@radpack/webpack-plugin
A webpack plugin for building applications with radpack.
Installation
npm install --save-dev @radpack/webpack-plugin
Usage
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.