@genesislcap/webpack-builder 14.59.0 → 14.60.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/webpack-builder",
3
3
  "description": "Webpack builder",
4
- "version": "14.59.0",
4
+ "version": "14.60.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "dev": "tsc -b ./tsconfig.json -w"
13
13
  },
14
14
  "dependencies": {
15
- "@genesislcap/build-kit": "14.59.0",
15
+ "@genesislcap/build-kit": "14.60.0",
16
16
  "@module-federation/dashboard-plugin": "2.6.5",
17
17
  "@pixability-ui/federated-types": "^0.2.0",
18
18
  "camel-case": "^4.1.2",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "9e694bb994fa48b71b0c6301a3ad72f54671d117"
56
+ "gitHead": "78e4c99a7097525e11e99ef7f058d5c464fa30ab"
57
57
  }
@@ -19,6 +19,6 @@ export const build = async (compiler: Compiler) => {
19
19
  children: false,
20
20
  chunks: false,
21
21
  chunkModules: false,
22
- }) + '\n\n'
22
+ }) + '\n\n',
23
23
  );
24
24
  };
@@ -41,7 +41,7 @@ export const getRemoteEntry = (name, port, host = 'localhost') =>
41
41
 
42
42
  export const resolveFederationOptions = (
43
43
  options: ModuleFederationPluginOptions = {},
44
- pkg: PackageJson
44
+ pkg: PackageJson,
45
45
  ): ModuleFederationPluginOptions => {
46
46
  const { name, exposes: mfExposes = {}, remotes: mfRemotes = {}, shared: mfShared = {} } = options;
47
47
 
@@ -68,7 +68,7 @@ export const getFederationPlugins = (
68
68
  federatedIndexPresent: boolean,
69
69
  rootElement: string,
70
70
  options: ModuleFederationPluginOptions,
71
- pkg: PackageJson
71
+ pkg: PackageJson,
72
72
  ) =>
73
73
  federatedIndexPresent
74
74
  ? [