js: bundle jQuery with Webpack.
Include jQuery in our Webpack bundle instead of loading it from CDNJS. This means we no longer load any Javascript libraries from third party sites.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"dropzone": "^5.5.1",
|
||||
"expose-loader": "^0.7.5",
|
||||
"hammerjs": "^2.0.8",
|
||||
"jquery": "3.4.1",
|
||||
"jquery-hotkeys": "^0.2.2",
|
||||
"jquery-ui": "^1.12.1",
|
||||
"rails-erb-loader": "^5.5.0",
|
||||
|
||||
Reference in New Issue
Block a user