From ba85ce8f8b10492820435edd4b1fc05ee0e5cbcb Mon Sep 17 00:00:00 2001 From: Matthieu grigis Date: Mon, 4 Nov 2019 15:02:55 +0100 Subject: [PATCH] fix nodejs core module : in web browser ignore url module --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 262a8e46b..d76065a63 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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'