tangled
alpha
login
or
join now
jon.recoil.org
/
jsoo-code-mirror
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Babel: compact
Ulysse Gérard
3 years ago
e5df9b8f
bf17cd70
+4
-3
1 changed file
expand all
collapse all
unified
split
babel.config.js
+4
-3
babel.config.js
···
1
module.exports = {
2
-
presets: ["@babel/env"],
3
-
plugins: ["@babel/transform-property-mutators"],
4
-
};
0
···
1
module.exports = {
2
+
presets: ["@babel/env"],
3
+
plugins: ["@babel/transform-property-mutators"],
4
+
compact: true
5
+
};