setWebpackPlugin can add a prefix / in your cnd site,if I set the publicPath as a cdn path just like http://xxx.com,the result will be src="/http://xxx.com/...",so i want to remove the prefix when i set the path as a cdn path just like webpack output config
setWebpackPlugin can add a prefix
/in your cnd site,if I set the publicPath as a cdn path just likehttp://xxx.com,the result will besrc="/http://xxx.com/...",so i want to remove the prefix when i set the path as a cdn path just like webpack output config