-
I'm wanting to minify a project which contains some Emscripten generated asm.js. As babili cannot safely minimise it and Emscripten already minimises the asm.js to a large extent, an option to ignore …
-
### 相关平台
微信小程序
**小程序基础库: 3.5.5**
**使用框架: Vue 3**
### 复现步骤
1.安装taro4.0.6
2.新建Vue3 JavaScript Npm Vite Github vue3-NutUI
3.npm install安装依赖 依赖冲突报错
### 期望结果
npm和yarn都能正常运行de…
-
### Version
3.2.3
### Reproduction link
[https://stackoverflow.com/questions/53964974/vue-js-cli-3-how-can-i-create-a-vendor-bundle-for-css-sass](https://stackoverflow.com/questions/53964974/vue-…
-
When I run this tool, I get a crash.
Node 14:
```
λ npx esquery-cli 'CallExpression > Identifier[name="require"]:not(Program > VariableDeclaration Identifier[name="require"])' 'tools/**/*.js'
…
-
A user in zurb/foundation-sites#8560 discovered that when you run `foundation watch` you get the following error:
`Failed to load external module babel-register`.
It follows that error with:
`Requir…
-
error
`[webpack-cli] Error: The loaded module contains errors
at /Users/wangwei/Desktop/diagnose/node_modules/webpack/lib/dependencies/LoaderPlugin.js:110:11
at /Users/wangwei/Desktop/diagn…
-
**问题描述**
为什么在manifest.json配置es6为false,编译出来的project.config.json里面的es6一直为true
**复现步骤**
manifest.json配置:
```
"mp-weixin": {
"setting": {
"urlCheck": false,
"minified": true,
…
-
**问题描述**
H5平台使用腾讯地图,使用`uni.getLocation`函数获取当前定位,发现与真实经纬度有偏差,大概6-800m左右
**复现步骤**
1. 设置腾讯地图Key
2. 调用地图获取定位函数
3. 调用参数如下
``` javascript
uni.getLocation({
type: "gcj02",
altitud…
-
I am having the same issue as #157. I can not reproduce it though. It appears only the one specific project I am working on exhibits this issue. I created a new project and it was working fine. Howeve…
-
Hi there,
## Issue Description
I'm having trouble running unit tests with the Vue setup api using ``. When running, the error states : `[Vue warn]: Property or method "msg" is not defined on the …