Skip to content

Commit

Permalink
Update core.js
Browse files Browse the repository at this point in the history
Fix error csscomb#530
  • Loading branch information
romanlex authored Jun 27, 2017
1 parent 82c54ed commit a60cb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';


require('babel-polyfill');
if (!global._babelPolyfill)
require('babel-polyfill');

let fs = require('fs');
var os = require('os');
Expand Down

0 comments on commit a60cb60

Please sign in to comment.