-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TECH] Mettre à jour Node et les paquets Pix Site (PIX-1633). #220
Changes from all commits
ff63c7b
4b3d9e9
2fe8346
79931ed
c1d2b25
466508d
0ba9e93
73801e8
27b650d
8a94c68
4a043ad
dae7de8
563d5aa
e8df63e
ffa9c9b
9308d68
cc475dc
f0b9628
061265a
7fb64c5
f856786
f98819c
d52fa4b
ac5bfd5
2a0a1b9
940d28c
ed55aec
99d9da6
96f0129
f69eeb6
0948975
085cad6
3a64719
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
import { transports } from 'winston' | ||
|
||
export default { | ||
mode: 'universal', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pourquoi on retire ce mode ? Est-ce le mode par défaut ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Au moment du build, un warning indique que c'est une option dépréciée There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Après vérification, c'est bien le mode par défaut https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-mode J'avoue avoir suivi naïvement le conseil du build nuxt qui disait que l'on pouvait |
||
target: process.env.SSR_ENABLED === 'true' ? 'server' : 'static', | ||
publicRuntimeConfig: { | ||
languageSwitchEnabled: process.env.LANGUAGE_SWITCH_ENABLED || false, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je pense qu'il faut revoir la modal avec la montée de version de https://github.com/euvl/vue-js-modal#readme
Sur la home page, le bouton pour lancer la vidéo ne fonctionne plus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bien vu, merci.
Compte tenu du message suivant, je vais roll-back le commit dédié