Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

krakenjs/construx-webpack

Repository files navigation

construx-webpack

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

About

web pack dev middleware for krakenjs

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •