Skip to content

Commit

Permalink
fix(zone.js): zone-mix should import correct browser module
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Jul 22, 2019
1 parent e8ae3c5 commit b1f4a26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/zone.js/lib/mix/rollup-mix.ts
Expand Up @@ -6,8 +6,5 @@
* found in the LICENSE file at https://angular.io/license
*/

import '../zone';
import '../common/promise';
import '../common/to-string';
import '../browser/browser';
import '../browser/rollup-main';
import '../node/node';

0 comments on commit b1f4a26

Please sign in to comment.