Skip to content

Commit f1e8c6f

Browse files
authored
Merge pull request #516 from appuniversum/remove-gts-workaround
Remove our ember-template-tag TS workaround
2 parents ecbd9fe + e67f099 commit f1e8c6f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

index.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,9 @@ module.exports = {
55

66
options: {
77
babel: {
8-
// This is needed for dynamic imports to work: https://github.com/ef4/ember-auto-import#installing-ember-auto-import-in-an-addon
98
plugins: [
9+
// This is needed for dynamic imports to work: https://github.com/ef4/ember-auto-import#installing-ember-auto-import-in-an-addon
1010
require.resolve('ember-auto-import/babel-plugin'),
11-
// Copied from the v2 addon blueprint: https://github.com/embroider-build/addon-blueprint/blob/eef35575e7130ffe3b588ecd83c637f35fa56220/files/__addonLocation__/babel.config.json#L3
12-
[
13-
'@babel/plugin-transform-typescript',
14-
{
15-
allExtensions: true,
16-
onlyRemoveTypeImports: true,
17-
allowDeclareFields: true,
18-
},
19-
],
2011
],
2112
},
2213
'ember-cli-babel': { enableTypeScriptTransform: true },

0 commit comments

Comments
 (0)