@openmrs/rspack-config 6.3.1-pre.3081 → 6.3.1-pre.3099

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -191,7 +191,7 @@ exports.default = (env, argv = {}) => {
191
191
  (0, lodash_1.merge)({
192
192
  test: /\.m?(js|ts|tsx)$/,
193
193
  exclude: /node_modules(?![\/\\]@openmrs)/,
194
- loader: 'builtin:swc-loader',
194
+ loader: 'swc-loader',
195
195
  options: {
196
196
  jsc: {
197
197
  parser: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/rspack-config",
3
- "version": "6.3.1-pre.3081",
3
+ "version": "6.3.1-pre.3099",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -197,7 +197,7 @@ export default (env: Record<string, string>, argv: Record<string, string> = {})
197
197
  {
198
198
  test: /\.m?(js|ts|tsx)$/,
199
199
  exclude: /node_modules(?![\/\\]@openmrs)/,
200
- loader: 'builtin:swc-loader',
200
+ loader: 'swc-loader',
201
201
  options: {
202
202
  jsc: {
203
203
  parser: {