Files
2024-10-16 17:02:47 +08:00

12 lines
476 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template><h1 id="介绍" tabindex="-1"><a class="header-anchor" href="#介绍" aria-hidden="true">#</a> 介绍</h1>
<p>本章节主要介绍 Webpack 高级配置</p>
<p>所谓高级配置其实就是进行 Webpack 优化让我们代码在编译/运行时性能更好~</p>
<p>我们会从以下角度来进行优化</p>
<ol>
<li>提升开发体验</li>
<li>提升打包构建速度</li>
<li>减少代码体积</li>
<li>优化代码运行性能</li>
</ol>
</template>