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

Commit a909fc4

Browse files
committed
feat(copy): update copy config to move web workers
update copy config to move web workers
1 parent 99922ce commit a909fc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/copy.config.js

+5-1
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+
copyWorkers: {
22+
src: ['{{ROOT}}/node_modules/ionic-angular/workers/*.js'],
23+
dest: '{{BUILD}}'
2024
}
21-
}
25+
}

0 commit comments

Comments
 (0)