Adding config file for service worker (#982)

This commit is contained in:
Richard Knoll
2020-03-27 15:16:56 -07:00
committed by GitHub
parent ec2e561427
commit 1db61720fc

View File

@ -0,0 +1,5 @@
self.setSimulatorWorkerOptions({
urls: [
"/sim/common-sim.js"
]
})