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.
- package/dist/index.js +1 -0
- 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") {
|