1.0.0-alpha.0 • Published 3 years ago

@confy/preset-node v1.0.0-alpha.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@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 its apprc.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.