@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.
@@ -1 +1 @@
1
- @openmrs/webpack-config:build: cache hit, replaying output a3732181925a8a77
1
+ @openmrs/webpack-config:build: cache hit, replaying output 57baae62a47c1ca5
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
- // See `esm-app-shell/src/load-modules.ts` for an explanation of how modules
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/webpack-config",
3
- "version": "5.2.1-pre.1126",
3
+ "version": "5.2.1-pre.1129",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
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
- // See `esm-app-shell/src/load-modules.ts` for an explanation of how modules
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) },