diff --git a/examples/with-mobx/README.md b/examples/with-mobx/README.md index 2c2d3f90..86a6426a 100644 --- a/examples/with-mobx/README.md +++ b/examples/with-mobx/README.md @@ -47,7 +47,8 @@ This example is a mobx port of the [with-redux](https://github.com/zeit/next.js/ "next/babel" ], "plugins": [ - "transform-decorators-legacy" + ["@babel/plugin-proposal-decorators", { "legacy": true }], + ["@babel/plugin-proposal-class-properties", { "loose": true }] ] } ```