We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f654ceb + d6dab89 commit da2ffa9Copy full SHA for da2ffa9
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