Browse Source

Stick to expose-loader 0.7.1

0.7.2 causes a ReferenceError: jQuery is not defined in autosize.
j8
Lyubomir Marinov 8 years ago
parent
commit
f7dcd1ba2c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -66,7 +66,7 @@
66 66
     "eslint-plugin-jsdoc": "*",
67 67
     "eslint-plugin-react": "*",
68 68
     "eslint-plugin-react-native": "^2.2.1",
69
-    "expose-loader": "*",
69
+    "expose-loader": "0.7.1",
70 70
     "file-loader": "^0.10.0",
71 71
     "flow-bin": "^0.37.0",
72 72
     "haste-resolver-webpack-plugin": "^0.2.2",

Loading…
Cancel
Save