diff --git a/build/build.js b/build/build.js index 144dd28..e62c72a 100644 --- a/build/build.js +++ b/build/build.js @@ -1,5 +1,5 @@ -import path from 'path'; -import fs from 'fs'; +import path from 'node:path'; +import fs from 'node:fs'; import {execute} from './execute.js'; import {addElemIf, appendPathIfItExists, prependPathIfItExists} from './utils.js';