preact-cli-plugin-typescript icon indicating copy to clipboard operation
preact-cli-plugin-typescript copied to clipboard

Adds TypeScript support to preact-cli :zap:

Results 7 preact-cli-plugin-typescript issues
Sort by recently updated
recently updated
newest added
trafficstars

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Production builds are failing with the following error. > multi ./src/index.js > Module not found: Error: Can't resolve 'C:\dev-temp\preact-example\ts-test\src\index.js' in 'C:\dev-temp\preact-example\ts-test\src' > @ multi ./src/index.js dev build's are working fine,...

bug

Hi, is my understanding correct that the TypeScript dependency of this package should be updated if I want to use a newer version of TypeScript? If yes, could you do...

Hi, I use your plugin for my typescript based SPA, but the compiled output (dev and prod builds) still contains es2017 code (e.g. class or async/await). If I add ```...

Running `preact build` with the default `tsconfig.json` and `preact.config.js` files created by this plugin cause the following with a recently created Preact application (created with `preact-cli`): ``` [at-loader] Checking started...

bug

Currently the tsconfig must live at the project root. The plugin should allow this to be configured, e.g.: `preactCliTypeScript(config, {tsconfig: 'config/tsconfig.json'});` If you're happy with the approach I'm happy to...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 5 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...