@confy/preset-node
v1.0.0-alpha.0
Published
NodeJS preset for Confy.
Downloads
4
Readme
@confy/preset-node
Extends Confy configuration with NodeJS support.
Quick Overview
This preset enables:
- Bundling of NodeJS applications with Webpack
- This preset sets the following default
options
in itsapprc.js
file:
{
jsOutputFile: 'node.bundle.js',
browsersList: ['current node'],
htmlTemplate: null,
host: null,
}
Installation
Using @confy/cli:
confy init node
If you want to add this preset to an existing project, please read the Confy installation guide.