regexper-static/.babelrc
Jeff Avallone 7238643740 Reworking static page generation
Including styles in components wasn't working with the old system.
2018-02-13 17:10:32 -05:00

5 lines
104 B
Plaintext

{
"presets": ["env", "react"],
"plugins": ["transform-class-properties", "syntax-dynamic-import"]
}