This website requires JavaScript.
Explore
Help
Sign In
root
/
regexper-static
Watch
1
Star
0
Fork
0
You've already forked regexper-static
Code
Issues
Pull Requests
Releases
Wiki
Activity
fcba4b75ec
regexper-static
/
.babelrc
5 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Integrating React
2018-02-10 21:22:59 +00:00
{
Updating babel and eslint configs Adding support for class properties amongst other things
2018-02-11 16:16:07 +00:00
"presets": ["env", "react"],
Reworking static page generation Including styles in components wasn't working with the old system.
2018-02-13 22:10:32 +00:00
"plugins": ["transform-class-properties", "syntax-dynamic-import"]
Integrating React
2018-02-10 21:22:59 +00:00
}
Reference in New Issue
Copy Permalink