You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@nebula.js/cli-build

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/cli-build - npm Package Compare versions

Comparing version

to
4.0.2

@@ -74,3 +74,3 @@ const path = require('path');

if (argv.systemjs) {
if (buildConfig.systemjs) {
console.time('Support native format of the SystemJS loader');

@@ -81,5 +81,5 @@ await systemjs(buildConfig);

if (argv.core) {
if (buildConfig.core) {
console.time('Create ESM bundle into core');
const core = path.resolve(process.cwd(), argv.core);
const core = path.resolve(process.cwd(), buildConfig.core);
await esm(buildConfig, core);

@@ -86,0 +86,0 @@ console.timeEnd('Create ESM bundle into core');

{
"name": "@nebula.js/cli-build",
"version": "4.0.1",
"version": "4.0.2",
"description": "",

@@ -47,3 +47,3 @@ "license": "MIT",

},
"gitHead": "c105707099dc79c405f01d65cc338f1614ea9750"
"gitHead": "a00241510f1e1fd9a6bc94900204e70c55c0a065"
}