examples(pug): fix example by adding plain-pug-loader (#5223)

This commit is contained in:
Paul Geisler 2019-03-13 11:34:39 +01:00 committed by Pooya Parsa
parent ff93d14bbc
commit 320a46fe26

View File

@ -3,7 +3,7 @@
"dependencies": { "dependencies": {
"nuxt": "latest", "nuxt": "latest",
"pug": "^2.0.3", "pug": "^2.0.3",
"pug-loader": "^2.4.0" "pug-plain-loader": "^1.0.0"
}, },
"scripts": { "scripts": {
"dev": "nuxt", "dev": "nuxt",