0.2.0 • Published 5 years ago

mjml-ncc-bundle v0.2.0

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

A build of MJML email creator with NCC

Why?

If just you do npm install mjml then ncc will not be able to compile it, and run it on the Zeit Now infrastructure. The problem is a deep dependency uglify-js that is actually never used when compiling emails.

This build just replaces the require(uglify-js) with an empty object so that ncc and deployment can run succesfully.

It was created by running $ ncc build index.js

That's all.