0.0.1 • Published 8 years ago

construx-webpack v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

construx-webpack

Lead Maintainer: Matt Edelman

Build Status NPM version

construx plugin for JIT-compiling webpack resources during development of express applications.

REMOVE THIS SECTION

This repository is meant as a template for construx plugins. If you wish to use it:

  • create a repository named construx-<wrapped compiler>
  • use the github import feature to pull in this repository
  • If you aren't a PayPal employee, remove the PayPal license text in the source code
  • author your plugin functionality into index.js

If you want the krakenjs team to promote your plugin:

  • edit this README to reflect your plugin's requirements, configuration, and purpose
  • write unit tests which sufficiently exercise the most likely encountered use cases
  • publish your plugin to npm
  • Inform us by filing an issue here, to add your plugin to the list of construx plugins
  • The team will process your request as quickly as possible

Requirements

This plugin requires your project to have <whatever module>@<whatever semver>.

Usage

Install

$ npm install --save-dev construx-webpack

Configure

Where you configure your construx plugins:

"webpack": {
    "module": "path:./lib/construx-webpack",
    "config": {
        "webpack": "path:./webpack.config",
        "bundler": {
            "noInfo": false
        }
    },
    "files": "/js/apps/*.js"
},

Note: See construx README for general usage of construx