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

I got the following error when was trying to setup typescript for an existing project: Cannot read property 'compilerOptions' of undefined After spending some time debugging I found out that...

Hi there! Thanks a lot for this public package. I'm experiencing some sort of weird behavior which I ultimately isolated to `awesome-typescript-loader`. The full details of the error with gifs...

I have moved all config files of my project to a separate folder (./config) and TsConfigPathsPlugin uses relative paths to resolve file paths defined in my tsconfig. So the typescript...

Not working with 2.9.0-rc. With 2.8.3 everything is ok. After `[at-loader] Using [email protected] from typescript and "tsconfig.json" from /Users/sanex/PhpstormProjects/javascript-obfuscator/src/tsconfig.node.json (in a forked process).` nothing happens. Can i enable some additional...

For some reason models.d.ts can't be resolved. The editor (VSCODE) resolves it fine though. ![Image of Yaktocat](https://i.imgur.com/b5kmcce.png) ```ERROR in ../ui/index.ts Module not found: Error: Can't resolve './typings/models' in '/mnt/windows/code/work/frontend/ui' @...

Im trying to bundle a library i wrote with webpack and create the following files: ``` ./dist - index.js // for easy lookup - no minification - with sourcemap -...

you can use this [link ](https://help.github.com/articles/adding-a-license-to-a-repository/)to form the proper license file that will be recognised as this one ![image](https://user-images.githubusercontent.com/11675384/41021490-2c20ae64-6984-11e8-8c27-27aab3dd9355.png)

Operating environment (e.g. OS name) and its version(操作系统版本): Ubuntu 16.04.4 LTS Install nvm with: ``` rm -rf ~/.nvm/ mkdir ~/.nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh"...

bug

If ```transpileOnly``` is true it works. However this is not a permanent solution. Webpack builds very long time and the memory of the webpack process increases over 1.5 GB, until...

Hi, Is it possible to use happypack and awesome-typescript-loader? I would like to run several threads to make the transpiration faster. Thanks Luc