Skip to content

Commit

Permalink
Fix babel-register for new platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjoar committed Oct 5, 2017
1 parent 766d837 commit 936daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/platform.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */

require('../src/optimize/babel/register');
require('../src/babel-register');
require('../target/platform/cli');

0 comments on commit 936daca

Please sign in to comment.