Skip to content

Commit 4867ec1

Browse files
committed
Do not shim the Streams API.
Modern browsers support it now.
1 parent 4a5b94b commit 4867ec1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webpack/webpack.common.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ module.exports = ({ outputDir }) => ({
3737
externals: {
3838
// Rely on external solid-auth-client at window.solid.auth
3939
'solid-auth-client': ['solid', 'auth'],
40+
// Disable shims for supported browser features
41+
'web-streams-polyfill': 'window',
4042
// Exclude the following unneeded modules
4143
'@comunica/actor-rdf-serialize-jsonld': 'null',
4244
'graphql': 'null',

0 commit comments

Comments
 (0)