This website requires JavaScript.
Explore
Help
Sign in
glenux-contrib
/
metamaps--metamaps
Watch
1
Star
0
Fork
You've already forked metamaps--metamaps
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b3c7e12d9a
metamaps--metamaps
/
.babelrc
11 lines
116 B
Text
Raw
Normal View
History
Unescape
Escape
move frontend code into a folder, and setup react build tooling with es6 transforms (#576)
2016-07-31 18:51:06 +00:00
{
"presets": [
"react",
"es2015"
],
"plugins": [
babel-plugin-lodash to slim down bundle size by 300 KB
2016-09-25 13:53:26 +00:00
"lodash",
move frontend code into a folder, and setup react build tooling with es6 transforms (#576)
2016-07-31 18:51:06 +00:00
"transform-class-properties"
]
}
Reference in a new issue
Copy permalink