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
|`enabled`|`Boolean`| Addon is enabled. Defaults `true` for production builds |
@@ -61,7 +65,9 @@ ENV['ember-cli-workbox'] = {
61
65
|`importScriptsTransform`|`Function`| Allows for transformation of array sent to workbox [importScripts](https://developers.google.com/web/tools/workbox/modules/workbox-build#generateSW-importScripts)|
62
66
|`importScriptsGlobPatterns`|`Array`| Define files that are going to be imported using [importScripts](https://developers.google.com/web/tools/workbox/modules/workbox-build#generateSW-importScripts)|
63
67
64
-
You can further customize ember-cli-workbox by setting **workbox configurations** in your `config/environment.js`:
68
+
You can further customize ember-cli-workbox by setting **workbox configurations** in your `config/environment.js` on in your `ember-cli-build.js`
69
+
70
+
*Note*: `importScriptsTransform` must be defined in your `ember-cli-build.js`.
0 commit comments