-
-
It would be great if RT.js was bundled up as a Webpack loader so that a user can integrate RT.js seamlessly into their project. This would require creating a new NPM package named `rtjs-loader` (or `r…
-
### 问题出在哪个包
@taroify/core, @taroify/icons
### 问题出在哪个平台/设备/浏览器
H5
### 平台/设备/浏览器
_No response_
### 你正在使用的 Taroify 版本是多少
0.4.1-alpha.0
### 描述一下您遇到的问题以及重现步骤
终端运行`pnpm dev:h5`后,提…
-
In reference to existing closed tickets, this bug has just occurred once again, and cost me about 4 hours trying to figure out why 🙃. If possible it may be worth putting a message into the error strea…
-
The dependencies needing updated post v5:
`yarn outdated`
```log
@fortawesome/free-brands-svg-icons 5.14.0 5.15.4 6.4.0 @patternfly/react-icons devDependencies https:/…
-
### Vue - Official extension or vue-tsc version
Vue - Official extension
### VSCode version
1.94.1
### Vue version
2.6.14
### TypeScript version
5.6.2
### System Info
```shell
System:
OS…
-
/node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/close_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this fi…
-
running `pnpm turbo dev`
```
Need to install the following packages:
jsonresume-theme-full:dev: livereloadx@0.3.10
@jsonresume/theme-stackoverflow:dev: info => Modifying Create React App rules.…
-
### Current behavior
We're using yarn workspaces, to create multiple packages in our project. I'm trying to reference one of the packages in my cypress tests as storage for the selectors.
The…
-
Hey, I'm curious how to customize the webpack config to support importing images.
For example:
```
import myImage from'./image.png';
class MyBlockEditView extends Component {
render() {…