Skip to content

Commit da6ed65

Browse files
committed
fix: remove unnecessary "transform-export-extensions" babel plugin
1 parent e2b1135 commit da6ed65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/app/webpack.make.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ module.exports = function makeWebpackConfig(options) {
141141
'transform-runtime',
142142
'transform-decorators-legacy',
143143
'transform-class-properties',
144-
'transform-export-extensions',
145144
].concat(TEST ? ['istanbul'] : []),
146145
}
147146
}].concat(DEV ? '@angularclass/hmr-loader' : []),

0 commit comments

Comments
 (0)