ts-loader icon indicating copy to clipboard operation
ts-loader copied to clipboard

TypeScript loader for webpack

Results 98 ts-loader issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour When using the thread-loader, the ts-loader checks for hasForkTsCheckerWebpackPlugin to enable transpile only mode, but since the settings are stringified and parsed again, the constructor name is...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Dear maintainers of the repository, My name is Eyal and my team at JFrog is maintaining [Frogbot](https://github.com/jfrog/frogbot), [JFrog VS Code Extension](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-vscode-extension) and few more open source projects used by our...

### Expected Behaviour After updating the project to TypeScript 5.0.2, it should build. ### Actual Behaviour It throws errors like this: > Module build failed (from ../../common/temp/node_modules/.pnpm/ts- [email protected][email protected][email protected]/node_modules/ts-loader/index.js): TypeError: ts.createTemplateHead...

TypeScript: v5.0.2 Webpack: v5.76.3 ### Expected Behaviour When bundling a ESM module with noEmit, Webpack is able to generate a bundle using ts-loader ### Actual Behaviour ``` Module build failed...

### Description I have a vscode extension project. The project contains two complete separate apps, one for language client, the other for language server. The project structure is as follows:...

### Expected Behaviour ```js Error: Rows must be children by Table at index.tsx:12:41 at oke (rows.tsx:19:39) at Ei (react-dom.production.min.js:167:176) at Sc (react-dom.production.min.js:291:227) at bs (react-dom.production.min.js:280:412) at gs (react-dom.production.min.js:280:352) at vs...

**Bug report** Webpack version: 5.75.0 TS-Loader version: 9.4.1 Please tell us about your environment: Windows 10 **Current behavior:** I am migrating AngularJS, and some inputs have ng-pattern attribute. TS-Loader removes...

I'm trying to render a react app just like normal... ```tsx import React from 'react' import { createRoot } from 'react-dom/client'; import App from './App'; const mountElement = document.getElementById('root')!; const...

Hi! A small contribution to explicitly raise an error if user specify a configuration file that cannot be resolved/found. Please let me know: * if it makes sense :-) *...