chore(build): Remove .es6 files which shadow .ts files.
This removes .es6 files which are pure duplicates of a .ts file in the same folder. Next we need to remove .js files as well, and remove karma preprocessors for dart.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
System.paths = {
|
||||
'*': '/*.js',
|
||||
'rx/dist/*': '*.js'
|
||||
'rx': 'rx.js'
|
||||
};
|
||||
register(System);
|
||||
cjs(System);
|
||||
|
Reference in New Issue
Block a user