awesome-typescript-loader icon indicating copy to clipboard operation
awesome-typescript-loader copied to clipboard

Awesome TypeScript loader for webpack

Results 100 awesome-typescript-loader issues
Sort by recently updated
recently updated
newest added

When I pass `{jsx: 'react'}` to `configFileContent`, it doesn't work. So I checked the source code and found the problem, as shown below. `instance.ts` file ![1`RAZ9 MH{I39{$CABTFKJ8](https://user-images.githubusercontent.com/15535346/55461421-f8893b80-5626-11e9-9b0e-b7e0ce773c34.png) In the function...

Currently, the user receives inconsistent information about the compiler version. Ex. > atl: Using [email protected] from ttypescript In fact they using [email protected] compiled by [email protected]

Hello and thank you for your work. Inside my project, I have a directory full of types called `typings`. I have created an alias (`@typings`) for it in both `tsconfig.json`...

In a "universal" React project with client and server bundles, there are two Webpack compilers running. When a change is made in a file shared by both client and server...

This adds a new configuration flag `verbose` which defaults to `false`. It restricts certain 'verbose' logging of this loader behind this flag. The rationale behind this change is that this...

When upgrading to Typescript 3.2.1 I get "Module build failed: Error: Final loader (./node_modules/awesome-typescript-loader/dist/entry.js) didn't return a Buffer or String"

Currently, I can install the latest version (5.2.0) of awesome-typescript-loader in combination with Webpack 2.2.x with no warning whatsoever. When running Webpack however, it all falls apart: ``` ...\node_modules\awesome-typescript-loader\src\watch-mode.ts:5 compiler.hooks.run.tapAsync('at-loader',...

I actually posted this on stackoverflow but there is no tag for this project. https://stackoverflow.com/questions/51624134/aliasing-with-webpack-4-and-awesome-typescript-loader-not-working I'm basically having issues with getting alias to work properly with webpack 4 and awesome...

I'm generating the output for the webpack analyzer using `webpack --json > stats.json` and I get the following output. ``` [at-loader] Using [email protected] from typescript and "tsconfig.json" from C:\.../tsconfig.json. [at-loader]...

- Windows 10 - awesome-typescript-loader 5.2.1 When the loader is writing to the webpack log, I get a strange prefix on its lines: > ``` > clean-webpack-plugin: C:\Users\Paul\Source\Repos\SecurEnvoy\Main\Identity\wwwroot\dist has been...