hz

Results 8 issues of hz

限制了必须引用.vue文件,这个没太大用处,反而在iis默认是不允许下载.vue文件的: ![image](https://user-images.githubusercontent.com/19581578/128285460-f4b5d6df-a0ee-45a8-9bb4-0ff9dc3450de.png) 需要支持引用.html文件,比如:httpVueLoader('test.vue.html')

去掉必须为.vue文件的限制,解决网站因MIME限制导致下载vue失败的问题

This PR is suposed to resolve this: [How can we set source map target file name to a different path?](https://github.com/NMFR/optimize-css-assets-webpack-plugin/issues/91)

For a security purpose, we'd like to build the source map file to an different path. Like this: `/css/main.css` => `/src-map-files/main.css.map` As to js files, by [source-map-dev-tool-plugin](https://webpack.js.org/plugins/source-map-dev-tool-plugin/), we can set...

### Expected Behavior > Support webpack 5.x ### Actual Behavior > Not supportted. #### Is an error being thrown? > Yes, throws an error: ````txt TypeError: Cannot read property 'tap'...

利用webpack,将element-ui的主题色,从最终的css文件中提取出来,生成一个css文件。其中不仅包含了带主题色的element-ui的css,也包含了前端在代码中写的带主提色同系列颜色的css。并且在运行时一次性将所有css的主题色,动态替换为客户喜欢的颜色。

No dependencies any more, because they are no use, all codes has been compiled. But when we use this `stimulsoft-reports-js` in `package.json` it will download a lot of useless codes...

…arge amount of sub nodes ### Description ### Motivation and Context ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New...

PR: unreviewed