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

Regular file regexp regFileUrl is too permissive #23

Open
dffych opened this issue Aug 10, 2022 · 0 comments
Open

Regular file regexp regFileUrl is too permissive #23

dffych opened this issue Aug 10, 2022 · 0 comments

Comments

@dffych
Copy link

dffych commented Aug 10, 2022

const regFileUrl = /\.(([\w]){3}|jpeg)$/;

const regFileUrl = /\.(([\w]){3}|jpeg)$/; is too permissive and catch decimal value for example resulting 239.375 is replaced by ./239.375 (by function deepReplace line 68)

It generate "Module not found" errors on build

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