
babel-plugin-transform-runtime allows to reduce size of the resulting bundle dramatically (from 260kb to 24kb). Change-Id: I3cceb1caddfb5b0b2048b7d4efc2cebfee26ab91
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
{
|
|
"presets": ["es2015"],
|
|
"plugins": ["transform-runtime"]
|
|
}
|