Something went wrong while setting issue due date.
version 0.4.1 serves non-HTML files as text/html
Closed
version 0.4.1 serves non-HTML files as text/html
Created by: donpark
my index.html file needs to load some CSS and JS files directly which worked fined in previous releases but not with react-scripts
version 0.4.1
because they are served with wrong content-type text/html
.
These files cannot be loaded using import
statements in JS files due to various issues caused by some obscure differences between two approaches.