minista 2.7.3 → 2.7.4
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/build.js +0 -1
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -614,7 +614,6 @@ async function buildPartialHydrateAssets(viteConfig, config, buildOptions) {
|
|
|
614
614
|
const items = result.output;
|
|
615
615
|
if (Array.isArray(items) && items.length > 0) {
|
|
616
616
|
items.map((item) => {
|
|
617
|
-
console.log(item);
|
|
618
617
|
if (item.fileName.match(/(\.css|\.svg)$/)) {
|
|
619
618
|
return;
|
|
620
619
|
} else if (item.fileName.match(/(\.js)$/)) {
|