-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Using babel and metro, and a babel plugin called "babel-plugin-inline-import" I can import …
voxlz updated
2 weeks ago
-
I'm currently trying to replace CSSLint in @jsfiddle with Stylelint. Got it working thanks to a proof-of-concept made here https://github.com/m-allanson/stylelint-browser-demo
Unfortunately turns o…
-
Hi, I'm using this loader with babel-loader as post loader of this one.
But it would break for the included `.pug` files after upgraded to Webpack 4.
The Webpack config I'm using:
```js
rules: …
-
### Summary:
Error occurred while returning Modal tag in React.
### Steps to reproduce:
1. OptionModal.js
import React, { useEffect } from "react";
import Modal from "react-modal";
const O…
-
### 相关平台
React Native
**使用框架: Vue 3**
### 复现步骤
用Taro vue3 开发安卓APP,执行npm run build:rn报错or index.js: [BABEL] D:\代码\myAPP05\index.js: Value "vue3" of option "framework" is not supported f…
-
## 背景
使用 vue-cli4 创建的项目,按照 https://github.com/airyland/vux/issues/3778 的指引,使用 `@vux/loader` 来配置 `theme`,结果发现程序运行起来,vux 相关组件并没有效果。
## 问题定位
1. 按照 [vue-cli-3-example](https://github.com/airyland/v…
-
### Bug report
Deprecation warning for dependency http-proxy 1.18.1
### Actual Behavior
When using npm start script, I get a warning :
`The 'util._extend' API is deprecated. Please use Object.a…
-
We followed the following steps:
Step 1: Installed the latest posthog-js version, that is, 1.174.0
Step 2: We added `import posthogJS from 'posthog-js'` inside one js file
Step 3: We ran the …
-
My project is Vue 2.x. I am using `@babel/plugin-proposal-optional-chaining` and I have a line of code in my component.vue file that uses "?"
```
this.$refs.refreshBtn?.$el.addEventListener("anima…
-