Actions
Bug #17035
closedRemove 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.
Actions