From ca4ee8b513ae18b89c2b72848dd118593cf49924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Jagielski?= Date: Wed, 22 Jan 2025 21:53:24 +0100 Subject: [PATCH] Fix intro guide (#15247) * Provide window.jquery to modules in vue.config.js * Fix curly-spacing lint error --- website/client/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/vue.config.js b/website/client/vue.config.js index e34e6d0c01..8d3528b9db 100644 --- a/website/client/vue.config.js +++ b/website/client/vue.config.js @@ -43,6 +43,7 @@ envVars }); const webpackPlugins = [ + new webpack.ProvidePlugin({ 'window.jQuery': 'jquery' }), new webpack.DefinePlugin(envObject), new MomentLocalesPlugin({ localesToKeep: ['bg',