express-typescript-boilerplate icon indicating copy to clipboard operation
express-typescript-boilerplate copied to clipboard

Production build does not copy the public subfolder to dist

Open CharnjeetIotasol opened this issue 6 years ago • 0 comments

Hi

I am unable to move subfolder of public to dist folder with production. I have also removed the following line from git.:

!src/public/**/*

I have two files in public folder:

public/abc.png public/abc/abc.png

public/abc/abc.png This file is not moving in to dist public folder

CharnjeetIotasol avatar Mar 07 '19 13:03 CharnjeetIotasol