laravel-mix-react-typescript-extension icon indicating copy to clipboard operation
laravel-mix-react-typescript-extension copied to clipboard

Laravel Mix extension for building React with TypeScript. Using @babel/preset-typescript.

Results 5 laravel-mix-react-typescript-extension issues
Sort by recently updated
recently updated
newest added

Integrated "fork-ts-checker-webpack-plugin" to analyze typescript errors automatically in the compilation process, without the need to do it manually with tsc (Requires tsconfig.json file in the folder from where it is...

when using laravel mix 6 beta 14 I get: ``` $ yarn watch yarn run v1.19.1 $ mix watch [webpack-cli] ReferenceError: File is not defined at /home/myuser/myproject/src_dev/react/node_modules/laravel-mix-react-typescript-extension/index.js:19:42 at Array.map ()...

Hello, i'm trying to use the option "experimental decorators" to be able to use Mobx, for this I created the file tsconfig.json in the root of the Laravel project, but...

I'm using this package to compile react with ts, working great at the local environment. But when I up to a server, it can't compile. Got this error. ``` Run...

Hi vendor.js output path is wrong when the .extract() is applied My setup: - [email protected] - [email protected] - node v14.2.0 - Windows npm run dev: ![2020-06-01_102744](https://user-images.githubusercontent.com/61668410/83381832-c32ada00-a3f2-11ea-9c8a-059069e36cd2.png) Just the same config...