Skip to content

Commit d6dab89

Browse files
committed
importing path/posix for linux only file outputs
1 parent 60b5d8b commit d6dab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { copyFileSync, unlinkSync, existsSync, statSync, mkdirSync, emptyDirSync, readdirSync, writeFileSync } = require('fs-extra');
2-
const { join } = require('path');
2+
const { join } = require('path/posix');
33

44
const esbuild = require('esbuild');
55

0 commit comments

Comments
 (0)