Skip to content

Commit

Permalink
fix(path): fix filepath for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorn Walli committed Jan 29, 2021
1 parent 9a7d1a7 commit cd3b8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { resolve, join } = require('path')
const { resolve, join } = require('upath')
const { prepareFonts } = require('./utils/fontFace')
const { addWebWorker } = require('./worker')

Expand Down

0 comments on commit cd3b8f0

Please sign in to comment.