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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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