插件:html-res-webpack-plugin
https://github.com/lcxfs1991/html-res-webpack-plugin/blob/v3/README_ZH.md
目前碰到的问题我们用html-webpack-plugin的inject属性去自动插入打包后的js, css到页面中,但是如果想给script标签添加一个crossorigin属性呢,
例如:
<script type="text/javascript" src="/static/js/debug.f04ad197.js"></script>