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

Hi there! We just switched from [email protected] to ts-loader, and had instant boost from 10 minutes to 2.5 minutes of our storybook build time. And only 30% of our files...

I've received several similar issues about how to control project scope. #359 #351 #348 #330 It looks like that people want to typecheck only files directly included by an entry...

Hello! Thanks for your work! In vuejs we have .vue files. So in ts-loader we have "appendTsSuffixTo" for that. What about something like that in atl ?

enhancement

when i update the package to newer version i got this error ``` ERROR in ./iCommandV2/app/pages/Containers.ts Module build failed: Error: Final loader didn't return a Buffer or String at D:\Jagadeesh\iCommand_V2_Upgrade\iCommandV2\Presentation\iCommand.Administration\node_modules\webpack\lib\NormalModule.js:149:64...

bug

The current version of micromatch depends on an outdated version of 'set-value' which contains a security vulnerability (see https://nvd.nist.gov/vuln/detail/CVE-2019-10747) The latest version of micromatch does not include this dependency, but...

People using `resolveJsonModule: true` get at-loader error about their json export, because checker doesn't pick up changes in any `.json` files. This patch add `.json` as a valid file extension...

This package requires an old version of 'micromatch' (3.1.10) that requires 'set-value' with old version (2.0.0) which has vulnerability issue. Updating the package to require the latest version of micromatch...

When importing TypeScript files and trying to build a project, the build fails saying the (typescript) files are "unsupported" and may need an "appropriate loader" to handle them. I'm using...

Hello guys! Switched from `ts-loader` and run into inconvenience with typescript config files. **The problem is** that config file is searched in the root directory for each `entry` despite its...

Given the following project: `package.json`: ``` { "name": "test", "version": "1.0.0", "private": true, "scripts": { "build": "webpack", "build2": "tsc --declaration --outDir dist" }, "devDependencies": { "awesome-typescript-loader": "^3.1.2", "typescript": "^2.2.2", "webpack":...

bug