swc-loader icon indicating copy to clipboard operation
swc-loader copied to clipboard

Moved to https://github.com/swc-project/pkgs

Results 30 swc-loader issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/23251324/141269171-68108797-b8fb-49f3-8ad8-b66804c634c1.png) ![image](https://user-images.githubusercontent.com/23251324/141269654-5321076a-747b-4f86-8a78-7a691545b4fa.png) it works in 0.1.14

The current published npm version is 0.1.15

```js thread '' panicked at 'index out of bounds: the len is 0 but the index is 0', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/sourcemap-6.0.1/src/builder.rs:84:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace fatal...

I wrap `@swc/core` in my own package, so that I can maintain a single version in my monorepo. So I would like to be able to use this in `swc-loader`...

https://github.com/jeremy-coleman/swc-react-hmr same as the one here, just using typescript and latest hmr setup - works feel free to copy and paste it into the example dir if you want or...

'swc-loader' is fast and great. However, if we pass `inputSourceMap: true` from loader options, in doesn't work as babel-loader do. in the [source code](https://github.com/swc-project/swc-loader/blob/4697faf1f1e0e0057ff0caac9ef23cc1b4fb7679/src/index.js#L30): the inputSourceMap set as the one...

It seems that this code is not failsafe `let loaderOptions = (typeof this.getOptions === 'function' ? this.getOptions() : require('loader-utils').getOptions(this)) || {};` That is the only code that really changed since...

almost all our swc-plugin dependencies recently upgraded to use [email protected] which maps to @swc/[email protected] ~ according to https://swc.rs/docs/plugin/selecting-swc-core when we try to upgrade @swc/core and the plugins to latest, we...

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

# Issue Unable to pass custom options via swc-loader. (see below). ## Config ```js { loader: require.resolve("swc-loader"), options: { jsc: { baseUrl: "src", paths: { "@services/*": ["services/*"], "@i18n": ["i18n"], },...