Skip to content

Commit

Permalink
fix(common): remove jQuery import to avoid duplicate jQuery load
Browse files Browse the repository at this point in the history
- in a previous PR #911 to help with ESBuild bundle, we assigned jQuery to the global window object but that can cause duplicate jQuery version loaded and made Angular-Slickgrid Jest unit tests to fail with that problem
  • Loading branch information
ghiscoding committed Feb 24, 2023
1 parent 9cddf3e commit 4622258
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/common/src/global-jquery.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/common/src/index.ts
@@ -1,4 +1,3 @@
import './global-jquery';
import 'multiple-select-modified';

import * as BackendUtilities from './services/backendUtility.service';
Expand Down

0 comments on commit 4622258

Please sign in to comment.