We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfdf47 commit fddfa7aCopy full SHA for fddfa7a
packages/pwa-utils/index.js
@@ -1,4 +1,4 @@
1
-import { posix as path } from 'path'
+const path = require('path').posix
2
3
function find (arr, key, val) {
4
return arr.find(obj => val ? obj[key] === val : obj[key])
0 commit comments