We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526ba50 commit 9dcbc35Copy full SHA for 9dcbc35
build/build.js
@@ -9,6 +9,7 @@ import path from 'path';
9
import { relative } from './util.js';
10
import { promises as fs } from 'fs';
11
12
+console.log('import.meta.url:', import.meta.url)
13
let pkgPath = relative(import.meta.url, '../package.json');
14
pkgPath = pkgPath.replace('file://', '');
15
const pkgString = (await fs.readFile(pkgPath)).toString();
0 commit comments