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 4f108a3 commit 84b069eCopy full SHA for 84b069e
packages/scripts/pack-utility.js
@@ -1,4 +1,4 @@
1
-import fs from "fs";
+const fs = require('fs');
2
3
function getPackageFilename(packageJsonPath, packageName, packageVersion) {
4
const packageJsonContent = fs.readFileSync(packageJsonPath, { encoding: 'utf8' });
0 commit comments