Fix a regression introduced in #7040 (#7116)

This commit is contained in:
Nicolò Ribaudo
2017-12-28 22:15:53 +01:00
committed by GitHub
parent d761d765bd
commit 2297e2d764
5 changed files with 22 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
export default {
[a]: b,
[c]: d
};

View File

@@ -0,0 +1,3 @@
var _a$c;
export default (_a$c = {}, babelHelpers.defineProperty(_a$c, a, b), babelHelpers.defineProperty(_a$c, c, d), _a$c);

View File

@@ -0,0 +1,3 @@
{
"plugins": ["external-helpers", "transform-computed-properties"]
}