Skip to content

Commit

Permalink
chore: return openui5support to the bundle (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Jan 13, 2022
1 parent c811a41 commit 46d982e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/main/bundle.es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import "@ui5/webcomponents-ie11/dist/features/IE11.js";

// OpenUI5 integration
// import "@ui5/webcomponents-base/dist/features/OpenUI5Support.js";
import "@ui5/webcomponents-base/dist/features/OpenUI5Support.js";

// Assets
import "./dist/Assets-static.js";
Expand Down
2 changes: 1 addition & 1 deletion packages/main/bundle.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// OpenUI5 integration
// import "@ui5/webcomponents-base/dist/features/OpenUI5Support.js";
import "@ui5/webcomponents-base/dist/features/OpenUI5Support.js";

// Assets
import "./dist/Assets.js";
Expand Down

0 comments on commit 46d982e

Please sign in to comment.