callpage-webpack

1.0.2 • Public • Published

callpage-webpack

This is an smart tool that, thanks to simple object configuration, is able to create webpack configuration

Getting started

Install the plugin:

npm install --save-dev callpage-webpack@latest

Usage

Add to your package.json scripts command e.g "create" : "path/to/node_modules/callpage-webpack/core.js" then in your terminal just enter npm run create

Example configration

The exported value must be an array!

 
module.exports = [
  {
      vendorPath: "node_modules",
      buildPath: "/build",
      js: {
            
      }
  }
]

Readme

Keywords

none

Package Sidebar

Install

npm i callpage-webpack

Weekly Downloads

37

Version

1.0.2

License

none

Last publish

Collaborators

  • callpage