fix(build): switch to cjs output for es5.
System output does not work at the current versions of TS and system.js. Will revisit after upgrading TS. Removes unused traceur tooling. Closes #3974
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// tree benchmark in React
|
||||
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
|
||||
import React from './react.min';
|
||||
import * as React from './react.min';
|
||||
|
||||
var TreeComponent = React.createClass({
|
||||
displayName: 'TreeComponent',
|
||||
|
@ -1,2 +1,2 @@
|
||||
declare var React: any;
|
||||
export default React;
|
||||
export var createElement: Function;
|
||||
export var render: Function;
|
||||
|
Reference in New Issue
Block a user