A browserify transform for adding semicolons.
$ npm install --save @artcommacode/semify
Note: You'll need to add the -g
flag if you're not using @artcommacode/semify
from within an NPM script.
From the command-line:
$ browserify -t @artcommacode/semify main.js
or with the API:
var b = require('browserify')
var semify = require('@artcommacode/semify')
b.transform('semify')
For further information see the browserify handbook section on transforms.
I'd rather not use semicolons but browserify would prefer I did. This small transform keeps us both happy by piggy-backing onto the hard work done by semi.