Skip to content

Commit da2ffa9

Browse files
authored
Merge pull request #13 from nboehret/master
Windows File Path Fix
2 parents f654ceb + d6dab89 commit da2ffa9

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)