5 Commits

Author SHA1 Message Date
7000b1b173 refactor: improve tree shaking abilities
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.

BREAKING CHANGES

ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
a1e17c6f78 chore(): generate coverage to umd js only 2016-11-03 20:24:35 +01:00
bd61ee7279 chore(karma): firefox removed from karma config
firefox removed from karma config
2016-09-20 01:23:59 -05:00
4c57873c09 chore(build): move to rollup for e2e, move to es6 imports and type definitions
move to rollup for e2e, move to es6 imports and type definitions
2016-09-20 01:02:39 -05:00
aaa09bb96e chore(karma): update karma scripts 2016-09-13 15:10:29 -05:00