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

Commit d64fcb1

Browse files
committed
fix(config): updated polyname env variable to match convention and fix typo with it
1 parent 2441591 commit d64fcb1

File tree

6 files changed

+244
-102
lines changed

6 files changed

+244
-102
lines changed

config/copy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
dest: '{{WWW}}/assets/fonts'
1616
},
1717
copyPolyfills: {
18-
src: [`{{ROOT}}/node_modules/ionic-angular/polyfills/${process.env.POLLYFILL_NAME}.js`],
18+
src: [`{{ROOT}}/node_modules/ionic-angular/polyfills/${process.env.IONIC_POLYFILL_FILE_NAME}`],
1919
dest: '{{BUILD}}'
2020
},
2121
copySwToolbox: {

0 commit comments

Comments
 (0)