mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
3949a69276
For us ES3 users who can't use ES6 features.
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
],
|
|
"plugins": [
|
|
"transform-es2015-modules-commonjs"
|
|
]
|
|
}
|