skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.66k stars 208 forks source link

Prevent CommonJS exports in generated jison-parser.js #92

Closed strobox closed 5 years ago

strobox commented 5 years ago

It can mess such bundler as webpack, which will try to load modules dist/nomnoml.js#L1092 var source = require('fs').readFileSync(require('path').normalize(args[1]), "utf8");

which exists only in Node.js envirement, not in browser.

skanaar commented 5 years ago

Nice