-
'use strict';
const path = require('path');
const VueLoaderPlugin = require('vue-loader/lib/plugin');
const optimizeCssAssets = require('optimize-css-assets-webpack-plugin');
const Oss = require('…
-
前端vue的东西修改发生热更新,过一段时间之后报错如下。
看网上的方案是在dev的时候加上`node --max_old_space_size=4096`。
但是只能延缓出现这个错误的时间。
暂时的解决方法就是重启dev。
感觉很繁琐,有没有更好的办法解决一下。
看了vue-cli生成的项目不会出现这个问题,所以是否可以借鉴下它的内部是如何运作热更新释放内存中的资源。
```bas…
-
## Config
```js
const FileManagerPlugin = require('filemanager-webpack-plugin')
module.exports = {
plugins: [
new FileManagerPlugin({
events: {
// onStart: {
/…
-
最近在做新项目,了解到 egg.js 被吸引,项目前端使用 vue,需要支持 服务端渲染,想到使用 nuxt.js + egg.js 应该会是不错的搭配,由于对 egg.js 了解的还不够深入,所以来咨询下可行性。
另外已经了解到 @hubcarl 大大 easywebpack 在支持 vue + egg.js 服务端渲染方面的实现,
以及在多个issude 中看到 @atian25 天猪…
-
I'm using workbox-webpack-plugin's InjectManifest to generate the `__WB_MANIFEST` list, for `precacheAndRoute` in the service-worker.js.
But I found that the `vendor.xxx.js` was not in list.
So th…
-
Hi, @mrmlnc, there is a vulnerability introduced in your package **fast-glob**:
### Issue Description
I note that your package **_fast-glob@2.2.7_** directly depends on **glob-parent@3.1.0**. Unfort…
-
相关issue:
https://github.com/TypeStrong/ts-loader/issues/595
我的pr:https://github.com/easy-team/easywebpack/pull/85
-
![image](https://user-images.githubusercontent.com/11746742/57675045-688dd700-7653-11e9-80f3-4beaa7360f20.png)
## What happens?
在开发过程中,开发一段时间后,每一次保存会新增一个hot-update文件,
会无限增加,导致热更新很慢很卡。
还会导致电脑变得…
-
webpack4 + vue 怎么配置提取公用样式?
使用element-ui按需加载
-
## What happens?
复现步骤
1、使用easywebpack cli,初始化一个项目
1)全局安装easywebpack
2)easywebpack init,初始化一个项目,如下图
![image](https://user-images.githubusercontent.com/7248432/102175879-3998b080-3edb-11eb-9a9b-c31…