Commit Graph
5 Commits
Author SHA1 Message Date
Damien Lebrun 493de07607 Add overrides for c3
Adds the c3/c3.css as a dependency of c3 main file.
2016-09-01 19:09:08 +01:00
Damien Lebrun 3b11a49da4 Add overrides for firebase 3 and angularFire 2 2016-09-01 19:05:22 +01:00
Damien Lebrun bbf1ebe106 Update angularfire override with version 1.1.4
because we missed the major release, this could be a breaking change for anyone using it already with custom shims. We need to remove the directories.lib override to ensure it is non-breaking.
2016-03-15 15:00:15 +00:00
Damien Lebrun ec74f5ab76 Add override for CryptoJS
Might be useful over crypto when converting legacy code to JSPM.
2016-03-15 14:28:26 +00:00
Damien Lebrun 4626b8ab7a Add to “deps” ace editor components
Allows to import language components ahead of time, to include them in bundles:
```
import ace from 'ace';
import 'ace/mode-javascript.js';
import 'ace/theme-twilight.js';
```

It doesn’t solves the issue with workers components however.
2016-03-13 14:37:35 +00:00