@elliemae/pui-cli 8.54.5 → 8.54.6

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.
@@ -53,7 +53,8 @@ const { buildPath } = (0, import_helpers.getPaths)();
53
53
  const plugins = [
54
54
  new import_webpack.default.EnvironmentPlugin({
55
55
  NODE_ENV: "development",
56
- CI: "false"
56
+ CI: "false",
57
+ APP_VERSION: process?.env?.APP_VERSION ?? ""
57
58
  }),
58
59
  new import_dotenv_webpack.default(),
59
60
  new import_webpack.default.ProvidePlugin({
@@ -26,7 +26,8 @@ const { buildPath } = getPaths();
26
26
  const plugins = [
27
27
  new webpack.EnvironmentPlugin({
28
28
  NODE_ENV: "development",
29
- CI: "false"
29
+ CI: "false",
30
+ APP_VERSION: process?.env?.APP_VERSION ?? ""
30
31
  }),
31
32
  new DotEnvWebpack(),
32
33
  new webpack.ProvidePlugin({