Bug #17035
Remove webpack provider plugin
Description
Webpack is configured to automatically load 'jquery' when the '$' or 'jquery' is used as free variable in a module. The identifier is filled with the exports of the loaded module.
The consequence is that in some instances 'jquery' is not imported into some modules where it is used. Tests for these modules will not work if 'jquery' is not explicitly imported.
Associated revisions
Fixes #17035 - removes webpack provider plugin
(cherry picked from commit ebe6db02dc02b47b84a63b993fd14cd89693726b)
History
#1
Updated by The Foreman Bot over 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3956 added
#2
Updated by Daniel Lobato Garcia over 5 years ago
- Target version set to 1.5.2
#3
Updated by Daniel Lobato Garcia over 5 years ago
- Target version changed from 1.5.2 to 1.4.3
#4
Updated by Gail Steiger over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ebe6db02dc02b47b84a63b993fd14cd89693726b.
#5
Updated by Dominic Cleal over 5 years ago
- Category set to Web Interface
- Legacy Backlogs Release (now unused) set to 189
Fixes #17035 - removes webpack provider plugin