Hello can you support a custom babelrc? This babelrc should only add to the default presets. This is useful in cases when we need to add an additional babel plugin (like decorators) or we need to use preact instead of react and thus want to use h instead of React.createElement
Hello can you support a custom babelrc? This babelrc should only add to the default presets. This is useful in cases when we need to add an additional babel plugin (like decorators) or we need to use preact instead of react and thus want to use
h
instead ofReact.createElement