We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be5e87 commit 7ac9239Copy full SHA for 7ac9239
app/code/Magento/Theme/view/base/requirejs-config.js
@@ -9,7 +9,6 @@ var config = {
9
'*': {
10
'ko': 'knockoutjs/knockout',
11
'knockout': 'knockoutjs/knockout',
12
- 'jquery/validate': 'jquery/validate-extended',
13
'mageUtils': 'mage/utils/main',
14
'rjsResolver': 'mage/requirejs/resolver',
15
'jquery-ui-modules/core': 'jquery/ui-modules/core',
@@ -67,7 +66,6 @@ var config = {
67
66
},
68
paths: {
69
'jquery/validate': 'jquery/jquery.validate',
70
- 'jquery/validate-extended': 'jquery/jquery.validate.extended',
71
'jquery/uppy-core': 'jquery/uppy/dist/uppy.min',
72
'prototype': 'legacy-build.min',
73
'jquery/jquery-storageapi': 'js-storage/storage-wrapper',
lib/web/jquery/jquery.validate.extended.js
0 commit comments