Commit Graph

23 Commits

Author SHA1 Message Date
Nolan Lawson 16e66346d7
fix!: remove esm package, use native Node ES modules (#2064)
BREAKING CHANGE: Node v12.20+, v14.14+, or v16.0+ is required

* fix!: remove esm package, use native Node ES modules

* fix: fix some CJS imports
2021-07-04 20:19:04 -07:00
Nolan Lawson 2812e4521e
chore: update from now to vercel (#1844) 2020-08-25 16:45:53 -07:00
Nolan Lawson 00945a3608
chore: update standard to v13 (#1370) 2019-08-03 13:49:37 -07:00
Nolan Lawson fabf9399f2
fix: use static server for `node server.js` (#1041)
* fix: use static server for `node server.js`

Aligns the Node server with the Zeit server. Fixes #1019

* fix test
2019-02-23 16:09:48 -08:00
Nolan Lawson 2adf8a738e
fix: fix port not defaulting to 4002, add server.js (#976)
fixes #972
2019-02-12 23:12:50 -08:00
Nolan Lawson 4bd181d3cc
fix: update Sapper to latest (#775)
* fix: update to latest sapper

fixes #416

* fix error and debug pages

* requestIdleCallback makes column switching feel way nicer than double rAF

* add export feature

* add better csp info

* workaround for sapper sub-page issue

* clarify in readme about exporting

* fix now config

* switch from rIC to triple raf

* style-loader is no longer used

* update theming guide
2018-12-11 07:31:48 -08:00
Nolan Lawson ae6ae34b7d
fix(server): use compression instead of shrink-ray-current (#629) 2018-11-11 11:31:32 -08:00
greenkeeper[bot] 8dbc1b0503 Update standard to the latest version 🚀 (#519)
* chore(package): update standard to version 12.0.0

* package lock update

* fix eslint
2018-08-29 21:42:57 -07:00
Nolan Lawson 1aeb57fb57
remove link rel=manifest for iOS (#443)
fixes #45 in a better way than before
2018-08-18 23:14:30 -07:00
Nolan Lawson 9a79a6ff7f
disable manifest.json for iOS (#441)
fixes #45
2018-08-18 22:17:28 -07:00
Koyu Berteon d79de35603 Added Dockerfile (#313)
* Added Dockerfile

* Better comments in Dockerfile

* Added SIGINT handler

* Keeping code-check happy

* Keeping code-check happy v2

* Keeping code-check happy v2
2018-05-24 19:59:48 -07:00
Nolan Lawson b37f371cdb
add zopfli/brotli encoding (#200)
fixes #196
2018-04-21 07:06:08 -07:00
Nolan Lawson d8906b2cb6
add Referrer-Policy: no-referrer (#187)
fixes #139
2018-04-19 21:38:22 -07:00
Nolan Lawson 4b2e3f030a
disable CSP for /report.html (#151)
* disable CSP for /report.html

Fixes #150

* enable minimal helmet() for debug paths
2018-04-17 18:38:14 -07:00
Nolan Lawson d9ae0666c2
use full helmet() middleware (#135)
fixes #132
2018-04-15 15:39:45 -07:00
Nolan Lawson 283bc78b4f
Add CSP (#119)
Fixes #25
2018-04-14 15:50:16 -07:00
Nolan Lawson 62c82a05c0 fix service worker caching issues hopefully 2018-03-25 21:31:40 -07:00
Nolan Lawson cdd7469bd3 expose report.html and stats.json 2018-03-25 13:47:01 -07:00
Nolan Lawson 99ff58968b fix Cache-Control in sapper 2018-03-20 20:46:37 -07:00
Nolan Lawson 2e83bc0ff9 use standard 2018-02-08 22:29:29 -08:00
Nolan Lawson d93811d470 refactor 2018-02-08 08:22:14 -08:00
Nolan Lawson b0c1844ed2 switch to port 4002 2018-01-18 21:29:12 -08:00
Nolan Lawson c3a8f847aa initial commit 2018-01-06 15:51:25 -08:00