remove window.jQuery from ProvidePlugin config

flag=none
refs FOO-4220

test plan: tests pass; window.jQuery should evaluate in chrome console

[skip-crystalball]

Change-Id: I06ea784abc223e88d134f13ed2ec1b51dab52ee7
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/341577
Reviewed-by: Jen Smith <jen.smith@instructure.com>
Reviewed-by: Michael Hulse <michael.hulse@instructure.com>
QA-Review: Jen Smith <jen.smith@instructure.com>
Product-Review: Jen Smith <jen.smith@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
Aaron Shafovaloff 2024-02-27 13:42:16 -07:00 committed by Jen Smith
parent ea63e78414
commit b0c59f830a
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ const {canvasDir} = require('../params')
exports.provideJQuery = new ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
'window.jQuery': 'jquery',
})
// sets these environment variables in compiled code.