-
Our webpack build optimises SVGs but it removes important accessibility elements (such as and tags).
I couldn't work out how to pass the right configuration to svgo to stop it removing specific t…
-
#### 安装
```javascript
npm install wepy-cli -g
wepy init standard my-project
```
#### 更新
```
wepy upgrade
```
初始化项目后的注意事项:
>关闭ES6转ES5,由WePY自动处理
>关闭样式自动补全,由WePY自动处理
>关闭代码压缩
#### 安装util
>…
-
I have optimized image from the same image and execute on window and mac
Input image 87kb
Output:
- Window image 30.8 kb
- Mac image 32 kb
Expected: the output should be the same.
-
The problem is that Grunt loads **all** tasks every time it runs. Even if the user just wants to run `grunt jshint`, it will still load `grunt-uglify`, `grunt-sass`, etc.
This can be slow if a task h…
-
npm ERR! code 1
npm ERR! path Downloads/Mobile-app-landingpage-template-master/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /usr/l…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Is there anyone meet below problem?**
**Reproduce Steps:**
1. run webpack, it fails with below error log. the error happens in one less file about png file by background url:
**bac…
-
### Reporting a bug?
Hello,
I m using a vue component named "SimplePagination.vue" to manage my pagination.
Inside this one, i m using the Translation component ().
Im facing the following error…
-
## 概述
最近做项目思考了一下前端图片压缩问题,有一些小的心得,记录下来,供以后开发时参考,相信对其他人也有用。下面按优先级列出了**前端图片压缩的解决方案**。
### webpack
现在前端项目都是利用webpack打包,所以我调研了一下在webpack里面压缩图片的解决方案,主要使用基于imagemin插件的**imagemin-webpack-plugin插件**。
…
-
Hello, have following message when trying to convert images with gulp
`ImageMagick is not installed or an incompatible version is installed!`
Environment is: windows 10x64
I have version 7.1.…