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

Handle dynamic imports with no file extension #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

julian-schneider
Copy link

For every .js file in the import destination directory, this code adds a copy of the key that omits the file extension, and which will point to the same module in the final product. Note that to use the plugin for import statements without file extensions at all, the transformExtensions option needs to include an empty string.

Addresses #7.

Maybe it should be considered to add an option that enables this behavior. If the behavior should apply to file extensions other than .js, the option could include a list of file extensions that may be omitted, similar to transformExtensions.

for all .js files in an import destination, adds a copy with no file extension to the import map
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

Successfully merging this pull request may close these issues.

None yet

1 participant