Is this a bug report?
yes
I want to set html files assetsPath in dist directory produced by htmlwebpackplugin at runtime, so I tried to figure out __webpack_public_path__ = "http://cdn.mydomain.com instead of setting publicUrl , but it doesnot work at all。 how can i set publicPath at runtime ? does not webpack_public_path support in CRA?
Is this a bug report?
yes
I want to set html files assetsPath in dist directory produced by htmlwebpackplugin at runtime, so I tried to figure out
__webpack_public_path__ = "http://cdn.mydomain.cominstead of setting publicUrl , but it doesnot work at all。 how can i set publicPath at runtime ? does not webpack_public_path support in CRA?