@openmrs/webpack-config 5.2.1-pre.1126 → 5.2.1-pre.1129
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/.turbo/turbo-build.log +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[33m@openmrs/webpack-config:build[0m: cache hit, replaying output [
|
|
1
|
+
[33m@openmrs/webpack-config:build[0m: cache hit, replaying output [2m57baae62a47c1ca5[0m
|
package/dist/index.js
CHANGED
|
@@ -209,7 +209,7 @@ exports.default = (env, argv = {}) => {
|
|
|
209
209
|
"process.env.FRAMEWORK_VERSION": JSON.stringify(frameworkVersion),
|
|
210
210
|
}),
|
|
211
211
|
new ModuleFederationPlugin({
|
|
212
|
-
//
|
|
212
|
+
// Look in the `esm-dynamic-loading` framework package for an explanation of how modules
|
|
213
213
|
// get loaded into the application.
|
|
214
214
|
name,
|
|
215
215
|
library: { type: "var", name: slugify(name) },
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -255,7 +255,7 @@ export default (
|
|
|
255
255
|
"process.env.FRAMEWORK_VERSION": JSON.stringify(frameworkVersion),
|
|
256
256
|
}),
|
|
257
257
|
new ModuleFederationPlugin({
|
|
258
|
-
//
|
|
258
|
+
// Look in the `esm-dynamic-loading` framework package for an explanation of how modules
|
|
259
259
|
// get loaded into the application.
|
|
260
260
|
name,
|
|
261
261
|
library: { type: "var", name: slugify(name) },
|