ptech-preset 1.4.2 → 1.4.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -405,6 +405,7 @@ function pluginCore(opts) {
405
405
  mfMerged.shared = DEFAULT_SHARED;
406
406
  }
407
407
  const command = api?.context?.command;
408
+ console.log("command:", command);
408
409
  const isBuild = command === "build";
409
410
  const isDev = !isBuild;
410
411
  if (cssInjection !== "none") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptech-preset",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Auto Module.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",