Configring node js.
This commit is contained in:
4
node_modules/lie/polyfill.js
generated
vendored
Normal file
4
node_modules/lie/polyfill.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
if (typeof global.Promise !== 'function') {
|
||||
global.Promise = require('./lib');
|
||||
}
|
||||
Reference in New Issue
Block a user