Skip to content

Commit

Permalink
fix(pwa-utils): don't combine with esm
Browse files Browse the repository at this point in the history
fixes #147
  • Loading branch information
pooya parsa committed Mar 5, 2019
1 parent 6dfdf47 commit fddfa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pwa-utils/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { posix as path } from 'path'
const path = require('path').posix

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

0 comments on commit fddfa7a

Please sign in to comment.