-
i use Ubuntu
I have nvm:
nvm ls
v8.11.3
v8.11.4
-> v11.1.0
default -> 8.11.4 (-> v8.11.4)
node -> stable (-> v11.1.0) (default)
stable -> 11.1 (-> v11.1.0) (default)
…
-
I can run/debug ES6 nodejs code directly using node cli with "node -r babel-register " but when i try it with "node -r @babel/register " it does not work.
Please help to advise how to make it work.
…
-
I'm getting the
> don't know how to turn this value into a node
exception during instrumentation and I traced it down to this:
Visitor.js' `exit()` method calls `babel/@type`'s `valueToNode(c…
-
I just saw that babeljs docs advice against using babel-node on production like we are doing in https://github.com/cloverfield-tools/universal-react-boilerplate/blob/master/package.json#L7
ref. https…
-
## Version **7.0.0** of the **babel7** packages was just published.
Branch
Build failing 🚨
Monorepo release group
babel7
…
-
## There have been updates to the *babel7* monorepo:
+ - The `devDependency` [@babel/cli](https://www.npmjs.com/package/@babel/cli) was updated from `7.4.4` to `7.5.0`.
- The `devDependency` [@babe…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html)
- [x] I have trie…
-
Hi,
I have installed v-tooltip and included the following code in my main.js:
```
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import VTooltip from…
-
Love this plugin. However I seem to be having some issues with the plugin/preset run ordering... Given the following `.babelrc` file:
```js
{
"presets": ["react", "es2015", "stage-0"],
"plug…
-
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…