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 e2b1135 commit da6ed65Copy full SHA for da6ed65
templates/app/webpack.make.js
@@ -141,7 +141,6 @@ module.exports = function makeWebpackConfig(options) {
141
'transform-runtime',
142
'transform-decorators-legacy',
143
'transform-class-properties',
144
- 'transform-export-extensions',
145
].concat(TEST ? ['istanbul'] : []),
146
}
147
}].concat(DEV ? '@angularclass/hmr-loader' : []),
0 commit comments