@alauda-fe/dynamic-plugin-sdk-rspack 0.0.1-alpha.1 → 0.0.1-alpha.2
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -40,7 +40,7 @@ async function loadModule(path) {
|
|
|
40
40
|
return module.default || module;
|
|
41
41
|
}
|
|
42
42
|
var with_alauda_console_default = async (options) => {
|
|
43
|
-
const customWebpack = await loadModule("@alauda/custom-webpack");
|
|
43
|
+
const customWebpack = await loadModule("@alauda/custom-webpack/rspack");
|
|
44
44
|
return (config) => {
|
|
45
45
|
config.resolve ??= {};
|
|
46
46
|
config.resolve.alias ??= {};
|