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

Replace ~ in JS module names #1102

Closed
rpmchale opened this issue Jan 29, 2020 · 1 comment
Closed

Replace ~ in JS module names #1102

rpmchale opened this issue Jan 29, 2020 · 1 comment

Comments

@rpmchale
Copy link

Is your feature request related to a problem? Please describe.
My company uses a centralized access management system to validate a user is authorized to view websites. The system rejects any requests going to URL's containing the tilde character. This prevents all dependencies with names like async~xxx from loading.

Describe the solution you'd like
Is it possible to replace the tilde with a different character such as underscore ( _ )?

Describe alternatives you've considered
We don't have many other options as the framework defines the dependency imports. We'd likely not be able to use dash if the naming convention async~xxx continues.

@rpmchale
Copy link
Author

Moving to dash_core_components

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

1 participant