-> v0.18.3

This commit is contained in:
Rich Harris
2018-08-29 22:52:01 -04:00
parent 46bf8f2b78
commit 1e22031765
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# sapper changelog
## 0.18.3
* Fix service worker Rollup build config
## 0.18.2
* Update `pkg.files`

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.18.2",
"version": "0.18.3",
"description": "Military-grade apps, engineered by Svelte",
"main": "dist/middleware.js",
"bin": {

View File

@@ -38,7 +38,7 @@ export default {
output: () => {
return {
dir: locations.dest(),
file: `${locations.dest()}/service-worker.js`,
format: 'iife'
}
}