Closed cwwjsyc closed 4 years ago
Add code comment on the file of worker.js. like ` / eslint-disable */`
IT works.!
Thanks , it was really working.
the same issue for me, any help please?
You can notice that the injected code is above the / eslint-disable / so I guess that's why it's not working
I created an .eslintignore file to work around this issue.
in xxx.work.js has some code like:
and then. error on console. when compile like:
but without Method 'setInterval' ,it can works.