mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Fix intro guide (#15247)
* Provide window.jquery to modules in vue.config.js * Fix curly-spacing lint error
This commit is contained in:
@@ -43,6 +43,7 @@ envVars
|
|||||||
});
|
});
|
||||||
|
|
||||||
const webpackPlugins = [
|
const webpackPlugins = [
|
||||||
|
new webpack.ProvidePlugin({ 'window.jQuery': 'jquery' }),
|
||||||
new webpack.DefinePlugin(envObject),
|
new webpack.DefinePlugin(envObject),
|
||||||
new MomentLocalesPlugin({
|
new MomentLocalesPlugin({
|
||||||
localesToKeep: ['bg',
|
localesToKeep: ['bg',
|
||||||
|
|||||||
Reference in New Issue
Block a user