We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be215d9 commit 5a29c24Copy full SHA for 5a29c24
packages/test-app/package.json
@@ -25,7 +25,7 @@
25
"test": "npm run build",
26
"build": "polymer build",
27
"prepublish": "npm run build",
28
- "publish": "gh-pages --dist ./build/modern"
+ "publish": "gh-pages --dist ./build/fallback"
29
},
30
"slack": "https://hiherto-components.slack.com/",
31
"devDependencies": {
packages/test-app/polymer.json
@@ -44,7 +44,7 @@
44
"minify": true
45
46
"bundle": false,
47
- "addServiceWorker": false
+ "addServiceWorker": true
48
}
49
]
50
0 commit comments