Skip to content
New issue

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

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

Already on GitHub? Sign in 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
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants