Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Top 6 TypeScript webpack-loader Projects
-
Project mention: Nx + NextJS + Docker - The Nx way: Creating the NextJS application | dev.to | 2023-06-27
//@ts-check // eslint-disable-next-line @typescript-eslint/no-var-requires const { composePlugins, withNx } = require('@nx/next'); /** * @type {import('@nx/next/plugins/with-nx').WithNxOptions} **/ const nextConfig = { nx: { // Set this to true if you would like to use SVGR // See: https://github.com/gregberge/svgr svgr: false, }, }; const plugins = [ // Add more Next.js plugins to this list if needed. withNx, ]; module.exports = composePlugins(...plugins)(nextConfig);
-
Project mention: The Complete Guide for Setting Up React App from Scratch (feat. TypeScript) | dev.to | 2022-12-14
why I use @babel/preset-typescript over ts-loader and awesome-typescript-loader to complie TypeScript? it's blazingly faster than the others and has more perks(read #4) ts-loader doesn't natively support HMR(Hot Module Replacement) awesome-typescript-loader's latest release is on Jun 22, 2018 TypeScript With Babel: A Beautiful Marriage - Matt Turnbull's Post
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
graphql-let
A webpack loader / babel-plugin / babel-plugin-macros / CLI / generated file manager of GraphQL code generator.
Project mention: How to generate Typescript types for GraphQL queries in a React app | dev.to | 2023-04-25Under the hood, @lente/vite-plugin-graphql uses graphql-let, and .graphql-let.yml is where we define where the GraphQL schema is located and how to identify the GraphQL files to be parsed. Check out this repo for more details on the options available https://github.com/piglovesyou/graphql-let.
-
atorable-loader
Webpack loader for turning files into Magnet links and adding corresponding files to output directory.
-
TypeScript webpack-loader related posts
- How to generate Typescript types for GraphQL queries in a React app
- Show HN: Atorable-Loader – Build a website that serves itself
- I can't import pngs even though my path is correct.
- Converting to Typescript
- Vue devs, what can React do better than Vue 3?
- Loading web workers using Webpack 5
- Marrying WebTorrent with Webpack
-
A note from our sponsor - Mergify
blog.mergify.com | 24 Sep 2023
Index
What are some of the best open-source webpack-loader projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | svgr | 9,945 |
2 | ts-loader | 3,389 |
3 | responsive-loader | 632 |
4 | graphql-let | 455 |
5 | atorable-loader | 7 |
6 | candy-loader | 7 |