Skip to content

Commit

Permalink
Removed hqwebapp/js/django from commcarehq.js
Browse files Browse the repository at this point in the history
This module was implemented for requirejs and is not needed for webpack.
  • Loading branch information
orangejenny committed Jan 15, 2025
1 parent 9774a95 commit 597d81d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ ko.mapping = mapping;

import 'bootstrap';

import 'hqwebapp/js/django';

import 'hqwebapp/js/bootstrap3/common';
import 'hqwebapp/js/bootstrap3/base_main';
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ ko.mapping = mapping;

import 'bootstrap5';

import 'hqwebapp/js/django';

import 'hqwebapp/js/bootstrap5/common';
import 'hqwebapp/js/bootstrap5/base_main';
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
+++
@@ -1,11 +1,11 @@
@@ -1,9 +1,9 @@
-// Core requirements for Bootstrap 3 Webpack Entry Modules
+// Core requirements for Bootstrap 5 Webpack Entry Modules
import ko from 'knockout';
Expand All @@ -10,8 +10,6 @@
-import 'bootstrap';
+import 'bootstrap5';

import 'hqwebapp/js/django';

-import 'hqwebapp/js/bootstrap3/common';
-import 'hqwebapp/js/bootstrap3/base_main';
+import 'hqwebapp/js/bootstrap5/common';
Expand Down

0 comments on commit 597d81d

Please sign in to comment.