xpm-js icon indicating copy to clipboard operation
xpm-js copied to clipboard

Split package.json into development specific content

Open ilg-ul opened this issue 3 years ago • 1 comments

Split the project configuration (now all in package.json) and move parts specific to development into separate files.

For example:

  "xpacks": {
    "devIncludePackageFiles": [
      "package-xpm-develop.json",
      "tests/package-xpm.json"
    ]
  }

ilg-ul avatar Feb 08 '23 13:02 ilg-ul

To be noted that this requires a more elaborate logic to allow configuration updates when installing/uninstalling packages.

ilg-ul avatar Feb 08 '23 13:02 ilg-ul