More build tweaks

This commit is contained in:
Bret Comnes
2019-11-11 16:01:17 -07:00
parent 363449e7b5
commit b3281ddda5
4 changed files with 10 additions and 8 deletions

2
dist/bundle.cjs.js vendored
View File

@@ -7,4 +7,6 @@ const thing = { foo: 'bar' };
console.log(thing);
console.log(process);
exports.thing = thing;