File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ module.exports = {
34
34
loader : 'babel-loader-8' ,
35
35
options : {
36
36
plugins : [
37
- // https://github.com/babel/ember-cli-babel/blob/036723709e26aba68eee1d5a9df49f97944e435b/index .js#L359-L385
37
+ // https://github.com/babel/ember-cli-babel/blob/4c3b9091d7c711ecb804a52226409b409a702d82/lib/babel-options-util .js#L398
38
38
[
39
39
require . resolve ( '@babel/plugin-transform-typescript' ) ,
40
40
{ allowDeclareFields : true }
41
41
] ,
42
42
43
- // https://github.com/babel/ember-cli-babel/blob/036723709e26aba68eee1d5a9df49f97944e435b/index .js#L403-L409
43
+ // https://github.com/babel/ember-cli-babel/blob/4c3b9091d7c711ecb804a52226409b409a702d82/lib/babel-options-util .js#L324
44
44
[
45
45
require . resolve ( '@babel/plugin-proposal-decorators' ) ,
46
46
{ legacy : true }
47
47
] ,
48
48
49
- // https://github.com/babel/ember-cli-babel/blob/036723709e26aba68eee1d5a9df49f97944e435b/index .js#L420-L426
49
+ // https://github.com/babel/ember-cli-babel/blob/4c3b9091d7c711ecb804a52226409b409a702d82/lib/babel-options-util .js#L348-L349
50
50
[
51
51
require . resolve ( '@babel/plugin-proposal-class-properties' ) ,
52
- { loose : true }
52
+ { loose : false }
53
53
] ,
54
54
55
55
// https://github.com/webpack/webpack/issues/10227
You can’t perform that action at this time.
0 commit comments