You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
I want to use templateFilePath to target my modify service-worker.tmpl, i have tried write in config templateFilePath: _.template(require('./src/browser/service-worker-modify.tmpl')) but it's throw error Unexpected token for <% if (handleFetch && swToolboxCode) { %>, how can i solved this ? thx
The text was updated successfully, but these errors were encountered:
Hi,
I want to use
templateFilePath
to target my modifyservice-worker.tmpl
, i have tried write in configtemplateFilePath: _.template(require('./src/browser/service-worker-modify.tmpl'))
but it's throw errorUnexpected token
for<% if (handleFetch && swToolboxCode) { %>
, how can i solved this ? thxThe text was updated successfully, but these errors were encountered: