-
## CVE-2021-23382 - Medium Severity Vulnerability
Vulnerable Libraries - postcss-7.0.35.tgz, postcss-7.0.21.tgz
postcss-7.0.35.tgz
Tool for transforming styles with JS plugins
Library home page: h…
-
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
- […
-
### Description
Webpack fails when using assets file in packages.
E.g.:
```
packageA
a.js
a.jpg
a.css
a.ttf
```
```scss
// a.css
@font-face {
// ...
src: url("./a.ttf"…
-
Hi, when updating dependencies I got a message about 34 moderate severity vulnerabilities. These are apparently caused by the outdated version of PostCSS. Here is the full `npm audit` output:
```
…
-
Hi, i know that you do not encourage the use of copy, but i have a tricky need.
I have a node_module with a css file and relative font urls :
`@font-face{font-family:"Avenir";src:url("./fonts/ave…
-
### 相关平台
微信小程序
### 复现仓库
[https://github.com/no](https://github.com/no)
**小程序基础库: 2.26.1**
**使用框架: React**
### 复现步骤
taro init project
### 期望结果
期望编译通过
### 实际结果
⋊> ~/W/moto-focus-t…
-
I'm getting the following error when doing `yarn setup:tools` for the first time after cloning the repo locally
```
- Installing yoast/phpunit-polyfills (1.x-dev 3abb63e): Extracting archive
4…
-
My Vue project is located in some path using Linux user permissions: The project is at `/home/main_user/projects/my_project`, but I am logged in as `another_user`. `$HOME` is `/home/another_user`, `wh…
-
I am facing this issue right now, not sure how to fix it. Here is my rollup.config.js
```js
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
imp…
-
Our RN app of which we want to create a web version from fails to serve due to `DynamicFonts` using `react-native-fs`.
```
➜ momo-app git:(staging) ✗ yarn web
yarn run v1.22.19
$ webpack serve …