-
> 关于 vue-cli 的配置说明
# 文档:
- [webpack中文文档](https://webpack.docschina.org/)
- [深入浅出Webpack](https://github.com/gwuhaolin/dive-into-webpack)
- [Vue-CLI文档中文](https://cli.vuejs.org/zh/)
#…
-
Note the following was based on a test performed prior to our move to https. Some factors may have changed but copying in here from our prior closed repo to keep a note of this performance orentated t…
-
配置 webpack 其实很简单,基础的构建可以按照以下方式来配置 webpack:
- 想让源文件加入到构建流程中去被 webpack 控制,配置 `entry`。
- 想自定义输出文件的位置和名称,配置 `output`。
- 想自定义寻找依赖模块时的策略,配置 `resolve`。
- 想自定义解析和转换文件的策略,配置 `module`,通常是配置 `module.rules`…
-
I've seen workadventure in action at the RC3 conference and experienced a lot of waiting between the maps. Sometimes i spent more time waiting than on the maps themselfes.
Now i've tried the workad…
-
A common use-case for this loader is to use it to generate an HTML file. Many users use this in tandem with the [`extract-loader`](https://github.com/peerigon/extract-loader). Sadly, `extract-loader` …
-
Hey there! If you need support, help, or advice then this is not the place to ask.
Please visit [GitHub Discussions](https://github.com/webpack/webpack/discussions) or [StackOverflow](https://stackov…
-
## webpack打包生成文件详解
源文件
``` js
import 'module/bitch'
window.y = 'fuck'
```
生成文件
``` js
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedMod…
-
简介
Webpack4 那点儿东西 基于webpack4总结了一些webpack的常见配置,但是webpack 各种强大的配置有时候让你不堪重负,会打包很多的文件,遍历解析很多文件。。。。。总之,这些操作会让webpack打包过程变得很慢,所以开发过程中我们不得不去优化一些配置,让webpack更好的服务于我们的开发。
动态链接库DLL
即把基础模块的代码打包进入动态链接库里,比如常用的re…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```
Operating System:
Platform: darwin
…
ghost updated
6 months ago
-
**Do you want to request a *feature* or report a *bug*?**
A new feature that would improve code-splitting with externals.
**What is the current behavior?**
_Context :_
An appli…