Skip to content

Latest commit

 

History

History

webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@radpack/webpack-plugin

A webpack plugin for building applications with radpack.

Documentation Logo

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.