Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 0ff6dbd

Browse files
committed
fix: skip app.html from rendering
1 parent 7c163f8 commit 0ff6dbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

meta.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ module.exports = {
2121
'message': 'Author'
2222
},
2323
},
24-
skipInterpolation: "**/*.vue",
24+
skipInterpolation: [
25+
"**/*.vue",
26+
"app.html"
27+
],
2528
completeMessage: '{{#inPlace}}To get started:\n\n npm install # Or yarn\n npm run dev{{else}}To get started:\n\n cd {{destDirName}}\n npm install # Or yarn\n npm run dev{{/inPlace}}'
2629
};

0 commit comments

Comments
 (0)