We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c79b9 commit 21b4568Copy full SHA for 21b4568
index.js
@@ -1,3 +1,5 @@
1
+if (!global.Promise) { global.Promise = require('promise-polyfill'); }
2
+
3
var fs = require('fs');
4
var path = require('path');
5
var through = require('through');
package.json
@@ -6,6 +6,7 @@
6
"dependencies": {
7
"css-modules-loader-core": "^1.0.0",
8
"object-assign": "^3.0.0",
9
+ "promise-polyfill": "^2.1.0",
10
"string-hash": "^1.1.0",
11
"through": "^2.3.7"
12
},
0 commit comments