You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/03/02 13:46:28 UTC

[incubator-streampipes] branch dev updated: [hotfix] Fix ui build

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 372d720  [hotfix] Fix ui build
372d720 is described below

commit 372d720b3d232344b5d448b88cf6f2acbe03fe5d
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Mar 2 14:44:12 2022 +0100

    [hotfix] Fix ui build
---
 ui/package.json            | 1 +
 ui/webpack.partial.base.js | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ui/package.json b/ui/package.json
index 157ffd6..8d65fb6 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -80,6 +80,7 @@
     "rxjs": "6.6.2",
     "shepherd.js": "^9.0.0",
     "showdown": "1.9.1",
+		"stream-browserify": "3.0.0",
     "swagger-ui": "^4.2.1",
     "tslib": "^2.0.0",
     "zone.js": "~0.11.4"
diff --git a/ui/webpack.partial.base.js b/ui/webpack.partial.base.js
index 58d4ed0..80a231e 100644
--- a/ui/webpack.partial.base.js
+++ b/ui/webpack.partial.base.js
@@ -43,7 +43,8 @@ module.exports = {
             legacy: path.join(__dirname, 'src', 'assets', 'lib'),
         },
         fallback: {
-            "assert": false
+					"assert": false,
+					"stream": require.resolve("stream-browserify")
         }
     },
     plugins: [