kotori-webpack-plugin

0.1.2 • Public • Published

ことり Webpack Plugin 🐤

npm version David

Installation

npm install --save-dev kotori-webpack-plugin

Basic Usage

var KotoriWebpackPlugin = require('kotori-webpack-plugin');
var webpackConfig = {
  entry: 'index.js',
  output: {
    path: 'dist',
    filename: 'index_bundle.js'
  },
  plugins: [new KotoriWebpackPlugin()]
};

Configuration

You can pass a hash of configuration options to KotoriWebpackPlugin.
See it in index.js.

Readme

Keywords

Package Sidebar

Install

npm i kotori-webpack-plugin

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • kokororin