Skip to content

Commit 28c7555

Browse files
committed
Remove decorator transforms
1 parent 4a4c83c commit 28c7555

File tree

3 files changed

+58
-18
lines changed

3 files changed

+58
-18
lines changed

babel.config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
["babel-plugin-ember-template-compilation", {
66
"targetFormat": "hbs",
77
"transforms": []
8-
}],
9-
["module:decorator-transforms", { "runtime": { "import": "decorator-transforms/runtime" } }],
8+
}]
109
]
1110
}

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
"test:watch": "cd tests && pnpm test:watch",
4444
"prepack": "rollup --config"
4545
},
46-
"dependencies": {
47-
"decorator-transforms": "^1.0.1"
48-
},
4946
"devDependencies": {
5047
"@arethetypeswrong/cli": "^0.15.0",
5148
"@babel/core": "^7.23.6",

0 commit comments

Comments
 (0)