rc-tools
rc-tools copied to clipboard
How to support babel-runtime
I check the source code found that can support babel-runtime. but how to set the options in packgage.json?

you can set it by add '--babel-runtime' arg to run script
package.json e.g.
{ ... "script": { "start": "rc-tools run server --babel-runtime", ... } }