We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd851fd commit 06f7906Copy full SHA for 06f7906
extract.js
@@ -55,7 +55,7 @@ const plugins = [
55
"jsx",
56
"typescript",
57
"objectRestSpread",
58
- "decorators",
+ ["decorators", { "decoratorsBeforeExport": false }],
59
"classProperties",
60
"exportExtensions",
61
"asyncGenerators",
package.json
@@ -38,10 +38,11 @@
38
"check-coverage": true
39
},
40
"scripts": {
41
- "test": "nyc mocha --no-timeouts"
+ "test": "nyc mocha --no-timeouts",
42
+ "debug": "mocha --inspect --debug-brk --no-timeouts"
43
44
"dependencies": {
- "@babel/core": "^7.0.0-rc.1"
45
+ "@babel/core": "^7.0.0"
46
47
"optionalDependencies": {
48
"postcss-styled": ">=0.33.0"
0 commit comments