https://github.com/bing-framework/bing-vue
https://github.com/bing-framework/bing-vue
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bing-framework/bing-vue
- Owner: bing-framework
- License: mit
- Created: 2018-03-27T16:45:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T09:56:49.000Z (almost 8 years ago)
- Last Synced: 2025-05-04T09:37:48.097Z (11 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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同行显示,没有映射列