lbundle
Version:
Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries
20 lines (17 loc) • 471 B
JavaScript
;
var getDefaultOptions = require('../_virtual/get-default-options.js');
(function (exports) {
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getDefaultOptions", {
enumerable: true,
get: function() {
return getDefaultOptions;
}
});
const getDefaultOptions = ()=>({
cwd: '.'
});
} (getDefaultOptions.__exports));
//# sourceMappingURL=get-default-options.js.map