@zohodesk/react-cli 1.0.2-exp.1 → 1.0.2-exp.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,12 +15,6 @@ Object.defineProperty(exports, "CleanUpStatsPlugin", {
15
15
  return _CleanupStatsPlugin.default;
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "ComposeMinificationPlugin", {
19
- enumerable: true,
20
- get: function () {
21
- return _ComposeMinification.default;
22
- }
23
- });
24
18
  Object.defineProperty(exports, "EFCPlugin", {
25
19
  enumerable: true,
26
20
  get: function () {
@@ -136,8 +130,6 @@ var _MinifyPlugin = _interopRequireDefault(require("./MinifyPlugin"));
136
130
 
137
131
  var _ManifestPlugin = _interopRequireDefault(require("./ManifestPlugin"));
138
132
 
139
- var _ComposeMinification = _interopRequireDefault(require("./ComposeMinification"));
140
-
141
133
  var _CleanupStatsPlugin = _interopRequireDefault(require("./CleanupStatsPlugin"));
142
134
 
143
135
  var _EFCPlugin = _interopRequireDefault(require("./EFCPlugin"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.0.2-exp.1",
3
+ "version": "1.0.2-exp.2",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",