-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Ignore "sourcemap", "minify", "compact" #16268
Copy link
Copy link
Closed
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
bug_sourcemap.zip
astro.config.ts
/dist/_astro/index.astro_astro_type_script_index_0_lang.CQbe2ZHP.js with
sourcemap: falseandminify: true.What's the expected result?
I need a code with
sourcemap: trueandminify: falsefor debugging.Link to Minimal Reproducible Example
file
Participation