An open API service indexing awesome lists of open source software.

https://github.com/bing-framework/bing-vue


https://github.com/bing-framework/bing-vue

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bing-Vue

### Webpack4 配置
#### source-maps
- source-map:把映射文件生成到单独的文件,最完整最慢
- cheap-module-source-map:在一个单独的文件中产生一个不带列映射的Map
- eval-source-map:使用eval打包源文件模块,在同一个文件中生成完整sourcemap
- cheap-module-eval-source-map:sourcemap和打包后的JS同行显示,没有映射列