Thursday 5 November 2020

How can add all files in public directory to the build directory with parcel-bundler

I use parcel-bundler on a react app. But I realized I need to redirect all files index.html using HTTP files but when I add a .htaccess file to my public directory. It's not added to the dist folder after building the project.

How can I achieve this without adding files manually after building?



from How can add all files in public directory to the build directory with parcel-bundler

No comments:

Post a Comment