webpack-component-plugin

0.0.1 • Public • Published

webpack-component-plugin

usage

const componentPlugin = require('webpack-component-plugin');
 
module.exports = {
  plugins  : [
    new componentPlugin({
    srcPath : path.join(__dirname, 'src'),
    builtJSPath : path.join(__dirname, 'assets/js'),
    builtCSSPath : path.join(__dirname, 'assets/css'),
    builtTemplatePath : path.join(__dirname, '/templates'),
    }),
  ],
}

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i webpack-component-plugin

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nicholaslee119