Lead Maintainer: Matt Edelman
construx plugin for JIT-compiling browserify resources during development of express applications.
This repository is meant as a template for construx
plugins. If you wish to use it:
construx-<wrapped compiler>
index.js
If you want the krakenjs team to promote your plugin:
README
to reflect your plugin's requirements, configuration, and purposeconstrux
pluginsThis plugin requires your project to have <whatever module>@<whatever semver>
.
$ npm install --save-dev construx-browserify
Where you configure your construx plugins:
{
"browserify": {
"module": "construx-browserify",
"files": "**/*.js",
"bundles": {
"/bundle.js": {
"src": "path:./public/main.js",
"options": {
"transform": ["reactify", "require-globify"]
}
}
}
}
}
Note: See construx README for general usage of construx