fix(aio): do not route `eplnkr` URLs to / from ServiceWorker

This commit is contained in:
Georgios Kalpakas 2017-05-05 00:24:53 +03:00 committed by Pete Bacon Darwin
parent 3e33482386
commit b7caa3e024
1 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,8 @@
"routing": {
"index": "/index.html",
"routes": {
"/": {
"prefix": true,
"onlyWithoutExtension": true
"/(?!e?plnkr)[^/.]*$": {
"match": "regex"
}
}
}