@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.
- package/lib/plugins/index.js +0 -8
- package/package.json +1 -1
package/lib/plugins/index.js
CHANGED
@@ -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"));
|