simplifylabs / remark

Uncensored Comments, anywhere.

Home Page:https://remark.surf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Browser webpack sometimes fails copying assets

poeck opened this issue · comments

Actual Results / Problem

If you try to start the browser build a couple of times, some assets may not be copied right.
This problem may cause packaging with missing files in production.

Expected Results / Possible Fix

Check out CopyWebpackPlugin and CleanWebpackPlugin and make sure they are configured properly.

Fixed by upgrading all dependencies to latest & updating webpack.config.js