Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow wsconfig.json to define overrides for Debug/Release configurations #1404

Open
Jand42 opened this issue Apr 8, 2024 · 0 comments
Open

Comments

@Jand42
Copy link
Member

Jand42 commented Apr 8, 2024

To allow changing the bundling behavior for Release/Debug builds, we can extend wsconfig.json with relevant sections. For instance, the following sets up "prebundling" in release mode:

For example:

{
  "$schema": "https://websharper.com/wsconfig.schema.json",
  "project": "web",
  "outputDir": "wwwroot",
  "release": {
    "outputDir": "build",
    "preBundle": true
  }
}
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants