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

При запуске падает с ошибкой qs is not defined #4

Open
zmeyka1 opened this issue Aug 8, 2019 · 0 comments
Open

Comments

@zmeyka1
Copy link

zmeyka1 commented Aug 8, 2019

После запуска падает с ошибкой ReferenceError: qs is not defined

        url: code => code.replace(/url\((.*?)\);/, (match, p1) => {
            return `customUrl(${JSON.stringify(qs.parse(url.parse(p1.replace(/\"/g, '')).query))})`;
                })
            },
С чем может быть связано? 
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