We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b5d8b commit d6dab89Copy full SHA for d6dab89
index.js
@@ -1,5 +1,5 @@
1
const { copyFileSync, unlinkSync, existsSync, statSync, mkdirSync, emptyDirSync, readdirSync, writeFileSync } = require('fs-extra');
2
-const { join } = require('path');
+const { join } = require('path/posix');
3
4
const esbuild = require('esbuild');
5
0 commit comments