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

Remove unsupported Wrangler config options and in some cases warn when they are used #97

Closed
jamesopstad opened this issue Dec 9, 2024 · 1 comment
Assignees

Comments

@jamesopstad
Copy link
Contributor

The following user defined Wrangler config fields are not applicable when using the Vite plugin:

alias, base_dir, build, define, dev, find_additional_modules, minify, no_bundle, node_compat (old), preserve_file_names, rules, site, tsconfig, upload_source_maps

Some are replaced by Vite functionality (e.g. alias, define etc.), some are not relevant (e.g. node_compat) and some are added to the config by the plugin at build time (e.g. no_bundle, rules).

We should define and implement the correct behaviour in each case.

@jamesopstad
Copy link
Contributor Author

Resolved in #112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants