nystudio107 / annotated-webpack-config

This is the companion github repo for the "An Annotated webpack 4 Config for Frontend Web Development" article.
https://nystudio107.com/blog/an-annotated-webpack-4-config-for-frontend-web-development
MIT License
436 stars 75 forks source link

Duplicate files #2

Closed thaoms closed 2 years ago

thaoms commented 5 years ago
screenshot 2018-11-13 23 19 10

I'm getting a duplicate files message when using this setup. This makes it really slow in a homestead/vagrant/virtualbox setup. (1 cpu and 2048MB mem)

Saving css gives me a 9s-10s waiting time.

khalwat commented 5 years ago

What are the extra duplicate files?

thaoms commented 5 years ago

I actually did nothing extra on this setup, but it has something to do with Tailwind and postcss.

TomDeSmet commented 5 years ago

I have the same issue. Duplicate files for me are the confetti Vue component, a new custom Vue component I added in the same folder and the app.pcss.

01 02

khalwat commented 5 years ago

This potentially is just the fact that we're doing dual builds of the same files, for the legacy as well as the modern bundles.