Implement basic build arch

This commit is contained in:
Bret Comnes
2019-11-11 15:51:48 -07:00
parent 3fa8edc051
commit 363449e7b5
8 changed files with 110 additions and 0 deletions

10
dist/bundle.cjs.js vendored Normal file
View File

@@ -0,0 +1,10 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
// ESM syntax is supported.
const thing = { foo: 'bar' };
console.log(thing);
exports.thing = thing;