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:
parent
ea63e78414
commit
b0c59f830a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue