This website requires JavaScript.
Explore
Help
Register
Sign In
sonot
/
PteroTheme
Watch
1
Star
0
Fork
You've already forked PteroTheme
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7711b697ad
PteroTheme
/
.babelrc
9 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Transpile ES6 to ES5 for filemanager. Closes #224
2017-01-03 22:32:23 +00:00
{
Get webpack working with the JS build
2018-06-04 02:03:46 +01:00
"presets": [
Switch to uglifyjs for speed improvement, leverage caching
2018-06-04 04:34:30 +01:00
"@babel/preset-env"
Get webpack working with the JS build
2018-06-04 02:03:46 +01:00
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
Transpile ES6 to ES5 for filemanager. Closes #224
2017-01-03 22:32:23 +00:00
}