2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 12:22:24 +03:00

feat: add possibility to add additional meta info

refactor: server injectors

feat: add head, bodyPrepend, bodyAppend injectors

refactor: create browserbuild through rollup replace (not separate entry)
This commit is contained in:
pimlie
2019-09-13 00:08:21 +02:00
committed by Pim
parent 0e49a9c43e
commit 0ab76ee16b
27 changed files with 389 additions and 387 deletions
+2
View File
@@ -1,2 +1,4 @@
process.server = true
jest.useFakeTimers()
jest.setTimeout(30000)