diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 40add31d..a698dbe3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Help / Questions / Discussions - url: https://github.com/privatenumber/esbuild-loader/discussions + url: https://github.com/esbuild-kit/esbuild-loader/discussions about: Use GitHub Discussions for anything else diff --git a/README.md b/README.md index e4371ad9..135a1149 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Speed up your Webpack build with [esbuild](https://github.com/evanw/esbuild)! [_esbuild_](https://github.com/evanw/esbuild) is a JavaScript bundler written in Go that supports blazing fast ESNext & TypeScript transpilation and [JS minification](https://github.com/privatenumber/minification-benchmarks/). -[_esbuild-loader_](https://github.com/privatenumber/esbuild-loader) lets you harness the speed of esbuild in your Webpack build by offering faster alternatives for transpilation (eg. babel-loader/ts-loader) and minification (eg. Terser)! +[_esbuild-loader_](https://github.com/esbuild-kit/esbuild-loader) lets you harness the speed of esbuild in your Webpack build by offering faster alternatives for transpilation (eg. babel-loader/ts-loader) and minification (eg. Terser)! -Curious how much faster your build will be? See [what users are saying](https://github.com/privatenumber/esbuild-loader/discussions/138). +Curious how much faster your build will be? See [what users are saying](https://github.com/esbuild-kit/esbuild-loader/discussions/138). --- @@ -191,7 +191,7 @@ In `webpack.config.js`: ``` ### Examples -If you'd like to see working Webpack builds that use esbuild-loader for basic JS, React, TypeScript, or Next.js, check out the [examples repo](https://github.com/privatenumber/esbuild-loader-examples). +If you'd like to see working Webpack builds that use esbuild-loader for basic JS, React, TypeScript, or Next.js, check out the [examples repo](https://github.com/esbuild-kit/esbuild-loader-examples). ### Bring your own esbuild (Advanced) @@ -389,7 +389,7 @@ No. The `inject` option is only available in the build API. And esbuild-loader u However, you can use the Webpack equivalent [ProvidePlugin](https://webpack.js.org/plugins/provide-plugin/) instead. -If you're using React, check out [this example](https://github.com/privatenumber/esbuild-loader-examples/blob/52ca91b8cb2080de5fc63cc6e9371abfefe1f823/examples/react/webpack.config.js#L39-L41) on how to auto-import React in your components. +If you're using React, check out [this example](https://github.com/esbuild-kit/esbuild-loader-examples/blob/52ca91b8cb2080de5fc63cc6e9371abfefe1f823/examples/react/webpack.config.js#L39-L41) on how to auto-import React in your components. ### Is it possible to use Babel plugins? No. If you really need them, consider porting them over to a Webpack loader. diff --git a/package.json b/package.json index 5819a678..aabdbd65 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "esnext" ], "license": "MIT", - "repository": "privatenumber/esbuild-loader", - "funding": "https://github.com/privatenumber/esbuild-loader?sponsor=1", + "repository": "esbuild-kit/esbuild-loader", + "funding": "https://github.com/esbuild-kit/esbuild-loader?sponsor=1", "author": { "name": "Hiroki Osame", "email": "hiroki.osame@gmail.com"