Skip to content

apu314/react-esbuild-typescript-multientry

Repository files navigation

React - webpack - esbuild - Typescript - multientry

🚧 WORK IN PROGRESS...

Auto-import for JSX

https://esbuild.github.io/content-types/#jsx


  • webpack

  • esbuild-loader (instead on ts-loader/babel-loader)

  • frokTsCheckerWebpackPlugin (To do typeCheckig)

    new ForkTsCheckerWebpackPlugin({
      typescript: {
        diagnosticOptions: {
          semantic: true,
          syntactic: true,
        },
      },
    })
    
  • mini-css-extract-plugin

About

POC's with different JS builders. Currently Webpack with esbuild-loader & standalone esbuild

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published