-
**问题描述**
为什么在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…
-
## Version **7.0.1** of the **babel7** packages was just published.
Branch
Build failing 🚨
Monorepo release group
babel7
…
-
A common error that translators do is translating the format field names, while they should remain untranslated. For example: translating `"File {file} not found"` by `"Fichier {fichier} non trouvé"` …
-
I'm using your module through [ember-light-table](https://github.com/offirgolan/ember-light-table), and I'm getting this error when testing through phantomjs: "TypeError: undefined is not a function (…
-
## Bug Report
**Current Behavior**
`Object.assign` will be transpiled by transform-runtime
**Input Code**
- REPL or Repo link if applicable: https://github.com/babel/babel/blob/3303b079c596e56…
-
The `browsers` property in `package.json` should be used by `autoprefixer` and `babel-preset-env`. Also see: https://github.com/pingyhq/pingy-cli/issues/9#issuecomment-326748997.
davej updated
6 years ago
-
"babel-node" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Fil…
-
## Current behavior
when compiling for dev, the compiler seems to work great
when compiling for prod, i get the following error (38 times, for different vue components)
```
ERROR in ./resour…
-
Hi, thanks for your help
使用es6 import()
```
component: (constantRouterComponents[item.component]) ||
(() => import(
/* webpackMode: "lazy" */
'@/views' + item.comp…