aboutsummaryrefslogtreecommitdiffstats
path: root/build/command.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/command.js')
-rwxr-xr-xbuild/command.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/build/command.js b/build/command.js
index e976fac90..af172bace 100755
--- a/build/command.js
+++ b/build/command.js
@@ -1,8 +1,6 @@
-"use strict";
-
-const { build } = require( "./tasks/build" );
-const yargs = require( "yargs/yargs" );
-const slimExclude = require( "./tasks/lib/slim-exclude" );
+import yargs from "yargs/yargs";
+import { build } from "./tasks/build.js";
+import slimExclude from "./tasks/lib/slim-exclude.js";
const argv = yargs( process.argv.slice( 2 ) )
.version( false )