awesome-typescript-loader
awesome-typescript-loader copied to clipboard
Awesome TypeScript loader for webpack
I get the following error when I run the project in`webpack --watch` mode. This is the stack trace: ``` at Object.fs.readSync (fs.js:693:18) at tryReadSync (fs.js:557:20) at Object.fs.readFileSync (fs.js:600:19) at /Users/cavalos/Repos/ad-kargonaut/node_modules/awesome-typescript-loader/src/instance.ts:408:64...
webpack ``` { test: /\.(ts|tsx)$/, loader: 'awesome-typescript-loader', options: { transpileOnly:true, useBabel:true }, }, ``` .babelrc ``` { "presets": [ ["env", { "targets": "last 2 versions, ie 11", "modules": false }]...
Hi! Recently i moved from at-loader to `@babel/preset-typescript`, but i really miss this CheckerPlugin. Is that possible to move this plugin as standalone package?
at version 4.0.1, ts version 2.7.2 log message: ``` [at-loader]: Child process failed to process the request: TypeError: Cannot read property 'externalModuleIndicator' of undefined at Object.isExternalModule (/Users/user/Projs/mpvue-ts-demo/node_modules/typescript/lib/typescript.js:13733:21) at Object.getAllDependencies (/Users/user/Projs/mpvue-ts-demo/node_modules/typescript/lib/typescript.js:75788:46)...
Hi guys, I'm having issues with awesome-typescript-loader on both versions 3.5.0 and 4.0.1 on a project I have a project that I'm trying to upgrade to Webpack 4.0.2. Whenever I...
So, e several days ago, when I tried to migrate from js to ts i had faced with issue in `awesome-typescript-loader` plugin by using it with `tsconfig.json` file. For now...
I have a yarn workspaces monorepo and I have a dependency like this: ``` import * as React from 'react'; import { Input } from '@my/util'; export const Login: React.SFC...
Currently, the cache filename use `JSON.stringify` to create cache key, it could not process function options just like `getCustomTransformers`, this PR changes it to use `object-hash` to process it.
Hello! I got an error in my browser: `Uncaught ReferenceError: require is not defined at index.js:1` ``` target: 'web', module: { rules: [ { test: /\.(tsx|ts)$/, loader: 'awesome-typescript-loader', options: {...
Fix npm scripts.