dulcet

15.6.7 • Public • Published

dulcet

An npm package to get you immediate access to Dulcet, without also requiring the JSX transformer. This is especially useful for cases where you want to browserify your module using Dulcet.

Note: by default, Dulcet will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages.

To use Dulcet in production mode, set the environment variable NODE_ENV to production. A minifier that performs dead-code elimination such as UglifyJS is recommended to completely remove the extra code present in development mode.

Example Usage

var Dulcet = require('dulcet');

Readme

Keywords

Package Sidebar

Install

npm i dulcet

Weekly Downloads

2

Version

15.6.7

License

MIT

Unpacked Size

570 kB

Total Files

59

Last publish

Collaborators

  • nkduy