Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 4ac3308

Browse files
jgw96danbucholtz
authored andcommitted
chore(config): add swtoolbox to copy (#560)
1 parent f8526fd commit 4ac3308

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/copy.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ module.exports = {
1717
copyPolyfills: {
1818
src: ['{{ROOT}}/node_modules/ionic-angular/polyfills/polyfills.js'],
1919
dest: '{{BUILD}}'
20+
},
21+
copySwToolbox: {
22+
src: ['{{ROOT}}/node_modules/sw-toolbox/sw-toolbox.js'],
23+
dest: '{{BUILD}}'
2024
}
2125
}

0 commit comments

Comments
 (0)