SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 18bb6867 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Reactivate Vue.js 2 / apimail (downgrade vue-loader to @15)

parent e38ab3c3
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -42,7 +42,7 @@
"tapable": "^1.1.3",
"tether": "^1.4.7",
"url-loader": "^4.1.1",
"vue-loader": "^16.2.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.37.1",
"webpack-bundle-tracker": "^1.0.0",
......@@ -51,7 +51,6 @@
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.2.6",
"bootstrap": "^5.0.1",
"bootstrap-vue": "^2.21.2",
......
......@@ -2,7 +2,7 @@
General style sheet for SciPost
*/
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap);
.bi::before {
display: inline-block;
......
......@@ -19,9 +19,9 @@ module.exports = {
// "./scipost_django/scipost/static/scipost/assets/js/fader.js",
// "./scipost_django/scipost/static/scipost/assets/js/newsticker.js",
// ],
// apimail: [
// "./scipost_django/apimail/static/apimail/assets/vue/messages_table.js",
// ],
apimail: [
"./scipost_django/apimail/static/apimail/assets/vue/messages_table.js",
],
qr: [
"./scipost_django/scipost/static/scipost/assets/js/activate_qr.js",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment