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

support generating a completely unbundled project #1367

Open
thescientist13 opened this issue Dec 28, 2024 · 0 comments
Open

support generating a completely unbundled project #1367

thescientist13 opened this issue Dec 28, 2024 · 0 comments
Labels
CLI feature New feature or request question Further information is requested
Milestone

Comments

@thescientist13
Copy link
Member

thescientist13 commented Dec 28, 2024

Type of Change

Feature

Summary

It would be nice to allow users to generate a completely unbundled project, which from a high level would encompass (off the top of my head) like preserving the import map and bypassing Rollup / CSS bundling and just copy all files as is to the output directory.

Essentially, it would be like just being able to upload the contents of your src/ directory as is, that doesn't even transform filenames or hash them.

Details

Coming out of #1352 / #1359 , the ambiguity around the none optimization setting should be reviewed as well

| none | With this setting, none of your JS or CSS will be minified at all. | The best choice if you want to handle everything yourself through custom Resource plugins.

Would this be the same thing? Greenwood still honor plugins in this current setup, and of course would still need to honor them under this scenario as well.

@thescientist13 thescientist13 added CLI feature New feature or request labels Dec 28, 2024
@thescientist13 thescientist13 added this to the 1.x milestone Dec 28, 2024
@thescientist13 thescientist13 changed the title support building a completely unbundled project support generating a completely unbundled project Dec 28, 2024
@thescientist13 thescientist13 added the question Further information is requested label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI feature New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant