Skip to content

Commit fddfa7a

Browse files
author
pooya parsa
committed
fix(pwa-utils): don't combine with esm
fixes #147
1 parent 6dfdf47 commit fddfa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pwa-utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { posix as path } from 'path'
1+
const path = require('path').posix
22

33
function find (arr, key, val) {
44
return arr.find(obj => val ? obj[key] === val : obj[key])

0 commit comments

Comments
 (0)