Skip to content

Tags: dgautsch/vue-ssr-build

Tags

1.0.0-beta.36

Toggle 1.0.0-beta.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose Client Manifest for Intelligent CSS inclusion (brophdawg11#20)

* Expose clientManifest on context for fine-grained CSS inclusion

* Minimize CSS in prod build

* Add production content hashes to CSS files

* Bump to beta 36

1.0.0-beta.35

Toggle 1.0.0-beta.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Inline SVG support (brophdawg11#19)

* Inline SVG support

* Bump to beta 35

1.0.0-beta.34

Toggle 1.0.0-beta.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use a separate SVG loader for performance (brophdawg11#18)

* Use a separate SVG loader for performance

* Bump to beta 34

1.0.0-beta.33

Toggle 1.0.0-beta.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for component level caching configs (brophdawg11#17)

1.0.0-beta.32

Toggle 1.0.0-beta.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add flag for inclusion of babel-loader (brophdawg11#16)

* Add flag for inclusion of babel-loader

* Bump to beta 32

* Default to true on server for backwards compatibility

1.0.0-beta.31

Toggle 1.0.0-beta.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Convert undefined values to null upon store stingification (brophdawg…

…11#15)

* Convert undefined values to null upon store stingification

* Bump to beta 31

1.0.0-beta.30

Toggle 1.0.0-beta.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extract css (brophdawg11#13)

* Add extractCss option

* Bump to beta 30

1.0.0-beta.29

Toggle 1.0.0-beta.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add additional arguments to fetchData (brophdawg11#12)

* Add additional args to fetchData

* Bump to beta.29

1.0.0-beta.28

Toggle 1.0.0-beta.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Custom SSR errorHandler (brophdawg11#10)

* Allow custom errorHandler

* Fix name

* Switch to res.send instead of res.end

* Update some erorr logging and handling

* Bump to beta 28

1.0.0-beta.27

Toggle 1.0.0-beta.27's commit message
Switch back to long names for request/response on context