Navigation Menu

Skip to content

callpage/library-callpage-webpack

Repository files navigation

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: {
            
      }
  }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published