-
是的,你看到的这个是 `Project`,但是我的实际规划是 `Util`。
之所以现在做成一个基于 `@vue/cli` 的项目,是为了快速上线,因为首要目的是自用!所以我把这个项目目前只存在于 0.x 进行开发。因为始终要废弃。
那么正式版本的规划是什么呢?很简单,我会发布一个名字叫做 `github-issue-blog` 的 NPM 包,你可以进行 `npx` 或者全局安装,会…
-
-
# Bug Report
## What is the issue?
It looks like the kit contains a fixed copy of jQuery v3.3.1 minimised - surely this is a bad idea?
The current version is 3.5.1 and, when developing, I wo…
-
## Version **7.1.0** of [babel-loader](https://github.com/babel/babel-loader) just got published.
Branch
Build failing 🚨
Dependency
…
-
Hello, I notice that when I launch **npm run watch**, the modifications are not taken into account very often. I have to **run build** to make it work. And if afterwards I retry with **run watch**, th…
-
### Package
@carbon/react, @carbon/styles
### Browser
Chrome, Safari, Firefox, Edge
### Operating System
Windows, MacOS
### Package version
v11.36.0
### React version
v18
…
-
# 如何提高webpack的编译速度?
## 缩小文件搜索范围
### 优化 `loader` 配置
在module中,在使用 loader 时,可以通过 `test`、`include`、`exclude` 三个配置来命中 loader 要应用规则的文件。
以采用 ES6 的项目为例,在配置 babel-loader 时,可以这样:
```js
module.exports …
-
First of all, I love how clean and lean this starter is. Great work!
Since the idea behind this starter is to use it as starting point for static/off-line first apps it would be amazing if certain …
-
# 🐛 bug report
Parcel breaks [trampoline](https://github.com/lgarron/web-worker-compat-problems/#problem-7-web-workers-cannot-be-instantiated-cross-origin) code for worker instantiation:
```js
…
-
## 前言
经过前三节的学习,我们已经大概能自己配出一个react脚手架了,但是仍有许多配置未完成,比如图片,字体图标的配置,Source Map的配置等,通过前面的学习,我相信你已经能够做到这些简单的配置了,实在还不是很清楚,那我们就往下看吧!
## 添加图片的loader
`file-loader` 可以对图片文件进行打包,但是 `url-loader` 可以实现 `file-loa…