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 5d50ffa commit ba2a4e7Copy full SHA for ba2a4e7
webpack.test.config.js
@@ -34,7 +34,7 @@ module.exports = {
34
loaders: [
35
{
36
test: /\.ts$/,
37
- loader: 'ts-loader',
+ loader: 'awesome-typescript-loader',
38
query: {
39
"compilerOptions": {
40
"removeComments": true,
0 commit comments