Skip to content

Commit ca6c4f7

Browse files
committed
Add comment on crypto polyfill fallback config.
1 parent 4c1585d commit ca6c4f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ export async function bundle(options = {}) {
307307
vue: require.resolve('vue')
308308
},
309309
fallback: {
310+
// fixes missing crypto polyfill warning; apps that install this
311+
// polyfill can configure it to load what they install instead
310312
crypto: false
311313
}
312314
},

0 commit comments

Comments
 (0)