mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-22 17:24:28 +00:00
Implement basic build arch
This commit is contained in:
10
dist/bundle.cjs.js
vendored
Normal file
10
dist/bundle.cjs.js
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user