László Bulik

Results 1 comments of László Bulik

Managed to workaround by adding `./` prefix to the paths : ```js copyPlugin({ resolveFrom: 'cwd', assets: [{ from: './public/**/*', to: './dist' }], verbose: true, copyOnStart: true, watch: true, }), ```...