mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Fix intro guide (#15247)
* Provide window.jquery to modules in vue.config.js * Fix curly-spacing lint error
This commit is contained in:
parent
30f1820a49
commit
ca4ee8b513
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ envVars
|
|||
});
|
||||
|
||||
const webpackPlugins = [
|
||||
new webpack.ProvidePlugin({ 'window.jQuery': 'jquery' }),
|
||||
new webpack.DefinePlugin(envObject),
|
||||
new MomentLocalesPlugin({
|
||||
localesToKeep: ['bg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue