Merge pull request #11305 from mgrigis/master

Fix nodejs core module :  ignore url module for web browser
This commit is contained in:
Tim van der Meij 2019-11-10 13:48:47 +01:00 committed by GitHub
commit 8c97281b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1320,6 +1320,7 @@ gulp.task('dist-pre', gulp.series('generic', 'components', 'image_decoders',
'http': false,
'https': false,
'node-ensure': false,
'url': false,
'zlib': false,
},
format: 'amd', // to not allow system.js to choose 'cjs'