jaredpalmer / razzle

✨ Create server-rendered universal JavaScript applications with no configuration
https://razzlejs.org
MIT License
11.11k stars 867 forks source link

fix(razzle) Add "dot" option to CopyPlugin to copy hidden files #1875

Open eltuza opened 2 years ago

eltuza commented 2 years ago

Adds dot config option to copy-webpack-plugin so that hidden files are also copied from public folder to the build folder.

This was the behaviour already in Razzle 3.

Closes https://github.com/jaredpalmer/razzle/issues/1874

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
razzle ✅ Ready (Inspect) Visit Preview Jun 11, 2022 at 3:45PM (UTC)
slobo commented 1 year ago

:+1: We would find copying of hidden files by default useful too.