Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeff
funkwhale
Commits
593cff43
Verified
Commit
593cff43
authored
Feb 20, 2022
by
Georg Krause
Browse files
Update dependency vue cli and plugins to 5.0.1
parent
2b6a7c7e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
front/package.json
View file @
593cff43
...
...
@@ -9,9 +9,9 @@
"build"
:
"scripts/i18n-compile.sh && vue-cli-service build"
,
"test:unit"
:
"vue-cli-service test:unit --reporter mocha-junit-reporter"
,
"lint"
:
"eslint --ext .js,.vue src"
,
"fix-fomantic-css"
:
"scripts/fix-fomantic-css.sh"
,
"i18n-compile"
:
"scripts/i18n-compile.sh"
,
"i18n-extract"
:
"scripts/i18n-extract.sh"
,
"fix-fomantic-css"
:
"scripts/fix-fomantic-css.sh"
,
"postinstall"
:
"yarn run fix-fomantic-css"
},
"dependencies"
:
{
...
...
@@ -45,10 +45,10 @@
},
"devDependencies"
:
{
"@babel/eslint-parser"
:
"7.17.0"
,
"@vue/cli-plugin-babel"
:
"
4.5.15
"
,
"@vue/cli-plugin-pwa"
:
"
4.5.15
"
,
"@vue/cli-plugin-unit-mocha"
:
"5.0.1"
,
"@vue/cli-service"
:
"
4.5.15
"
,
"@vue/cli-plugin-babel"
:
"
~5.0.1
"
,
"@vue/cli-plugin-pwa"
:
"
~5.0.1
"
,
"@vue/cli-plugin-unit-mocha"
:
"
~
5.0.1"
,
"@vue/cli-service"
:
"
~5.0.1
"
,
"@vue/test-utils"
:
"1.3.0"
,
"chai"
:
"4.3.6"
,
"easygettext"
:
"2.17.0"
,
...
...
front/vue.config.js
View file @
593cff43
...
...
@@ -5,7 +5,10 @@ const webpack = require('webpack');
const
PreloadWebpackPlugin
=
require
(
'
preload-webpack-plugin
'
);
let
plugins
=
[
// do not include moment.js locales since it's quite heavy
new
webpack
.
IgnorePlugin
(
/^
\.\/
locale$/
,
/moment$/
),
new
webpack
.
IgnorePlugin
({
resourceRegExp
:
/^
\.\/
locale$/
,
contextRegExp
:
/moment$/
}),
new
PreloadWebpackPlugin
({
rel
:
'
preload
'
,
include
:
[
'
audio
'
,
'
core
'
,
'
about
'
]
...
...
front/yarn.lock
View file @
593cff43
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment