smapiot / piral

🚀 Framework for next generation web apps using micro frontends. ⭐️ Star to support our work!
https://piral.io
MIT License
1.71k stars 127 forks source link

Packed pilet has duplicated entries #608

Closed daniel-rck closed 1 year ago

daniel-rck commented 1 year ago

Bug Report

For more information, see the CONTRIBUTING guide.

Prerequisites

Environment Details and Version

Description

When I pack the pilet as tar file, die included files in /package/dist are there twice.

Steps to Reproduce

(See the MWE)

  1. npm i
  2. npm run build
  3. pilet pack

Expected behavior

Every file from dist packed once.

Actual behavior

Every file from dist packed twice.

Possible Origin/Solution

Maybe a OS-dependent issue? Case-Sensitivity?

FlorianRappl commented 1 year ago

I think we already ruled out the case sensitivity on this one. I'll see when / under what circumstances this can be reproduced and what is the root cause.

I'll come back on this one.

FlorianRappl commented 1 year ago

Thanks for the repo - we could reproduce this. Fix is out in the preview (tag next on npm).

daniel-rck commented 1 year ago

Thanks for the quick fix, works as expected!