Brian Ng

Results 34 comments of Brian Ng

@bradzacher thanks for investigating!

@lifeilu what's your webpack config? is `babel-loader` being applied to `.vue` file extensions?

```jsx ``` Do you mean: ```jsx ``` ?

@AbdouTlili can you post your webpack/babel config please?

> loader: "bubel-loader" Is that a typo? > "transform-class-properties" You'll want to use the babel 7 compatible version `@babel/plugin-proposal-class-properties`

https://github.com/babel/babel/pull/5956#discussion_r129315431 has also been merged

@emersonlaurentino awesome work! Let's immediately add a link to it. Then get it integrated directly into the repo?

@h09shais thanks for the issue! Can you post your `package.json` (before running the upgrade)?

Thanks! Find it hard to parse: ![image](https://user-images.githubusercontent.com/56288/81969470-a7969580-95e3-11ea-9e55-b0408413d547.png) Maybe work better as nested list items?

My initial thought was something like: ``` Valid options include any: * Babel plugins - both full and shorthand names are supported, for example the following are functionally equivalent: *...