1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-26 07:14:44 +02:00

react-snap can't export correct font family

This commit is contained in:
Phuoc Nguyen
2019-11-26 23:33:52 +07:00
parent 38fd1026d8
commit efb8e69c91
5 changed files with 19 additions and 4 deletions

View File

@@ -28,12 +28,13 @@ The entire website is powered by
~~~ javascript
this
.madeWith([react,typescript])
.then(r => lint(tslint))
.then(r => lazyLoad(@loadable/component))
.then(r => optimizeAndBundle(webpack))
.then(r => exportHtml(react-snap))
.then(r => deploy(Netlify))
.assert([scalableCode, superFastWebsite, seoFriendly])
.done(/* Give me 1 star */) 🎉
.finally(/* Give me 1 star */) 🎉
~~~
## Running it on local