gant-core 0.1.39 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cli/index.js +2 -2
- package/lib/cli/index.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cli/index.js
CHANGED
|
@@ -24393,7 +24393,7 @@ var getProConfig = (config, cwd) => {
|
|
|
24393
24393
|
mode: "production",
|
|
24394
24394
|
optimization: {
|
|
24395
24395
|
minimize: true,
|
|
24396
|
-
minimizer: [new CssMinimizerPlugin()],
|
|
24396
|
+
minimizer: [new CssMinimizerPlugin(), new TerserPlugin()],
|
|
24397
24397
|
runtimeChunk: 'single',
|
|
24398
24398
|
...optimization,
|
|
24399
24399
|
splitChunks: {
|
|
@@ -66794,7 +66794,7 @@ const createCwdConfig = (cwd, name, vue) => {
|
|
|
66794
66794
|
};
|
|
66795
66795
|
|
|
66796
66796
|
var name = "gant-core";
|
|
66797
|
-
var version = "0.1.
|
|
66797
|
+
var version = "0.1.41";
|
|
66798
66798
|
var description = "";
|
|
66799
66799
|
var main = "lib/index.js";
|
|
66800
66800
|
var bin = {
|