diff --git a/src/index.js b/src/index.js index b63b3d1..3b4c2cd 100644 --- a/src/index.js +++ b/src/index.js @@ -234,6 +234,7 @@ export default function({types: t}){ t.arrayExpression(decorators.map(dec => dec.expression)), t.objectExpression([ t.objectProperty(t.identifier('enumerable'), t.booleanLiteral(true)), + t.objectProperty(t.identifier('configurable'), t.booleanLiteral(true)), t.objectProperty(t.identifier('initializer'), initializer), ]), ])),