realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.72k stars 564 forks source link

Publish configuration for @realm/babel-plugin #5009

Open kneth opened 1 year ago

kneth commented 1 year ago

For easy consumption of our babel plugin, we can publish a package (name: @realm/babel-config) to add required plugins and a simple configuration:

plugins: [
       '@realm/babel-plugin',
       ['@babel/plugin-proposal-decorators', { legacy: true }],
],
takameyer commented 1 year ago

Is this done now? Or do you mean we should make a preset which would automatically enable the decorators?

kneth commented 1 year ago

We are not publishing a simple package as described, and the installation guide asks the user to modify the configuration manually.