File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Package.onUse(function (api) {
1919 'routepolicy' ,
2020 'url' ,
2121 'akryum:npm-check@0.1.1' ,
22- 'staringatlights:fast-render@2.16.5 ' ,
22+ 'staringatlights:fast-render@3.0.3 ' ,
2323 'ejson' ,
2424 'server-render' ,
2525 ] )
Original file line number Diff line number Diff line change 11// server/ssr_context.js
22// stolen from https://github.com/kadirahq/flow-router/blob/ssr/server/ssr_context.js
33
4+ import { FastRender } from 'meteor/staringatlights:fast-render'
5+
46export default class SsrContext {
57 constructor ( ) {
68 this . _collections = { }
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import VueServerRenderer from 'vue-server-renderer/build.js'
33import { WebApp } from 'meteor/webapp'
44import cookieParser from 'cookie-parser'
55import { onPageLoad } from 'meteor/server-render'
6+ import { FastRender } from 'meteor/staringatlights:fast-render'
67
78import SsrContext from './context'
89import patchSubscribeData from './data'
You can’t perform that action at this time.
0 commit comments