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

Commit e835a65

Browse files
committed
chore(copy): remove copy workers task
1 parent 0594803 commit e835a65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/copy.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ 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}}'
2420
}
2521
}

0 commit comments

Comments
 (0)