nestjs / javascript-starter

Nest framework JavaScript (ES6, ES7, ES8) + Babel starter 🍰

Home Page:https://nestjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plz add an "babel-plugin-parameter-decorator"

gatsukichi opened this issue · comments

babel/babel#10221

I started this template repo.

but I can't use @Body decorator in parameter.

after 3hours, I researched that as drilling

I can find the issue with babel.

Plz add this package and code in .babelrc file for starter nestjs/JS

When your project uses JS you shouldn't be using parameter decorators
image