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

Path of router with double quotes will not work #3

Open
wildish opened this issue Aug 26, 2016 · 1 comment
Open

Path of router with double quotes will not work #3

wildish opened this issue Aug 26, 2016 · 1 comment

Comments

@wildish
Copy link

wildish commented Aug 26, 2016

Path of router with double quotes will not work, like
router.all("/test", ......)
but
router.all('/test', ......)
will be all right.
Just modify routerLevelPattern in parser.js.

Great work BTW, I'm a newbee to express, webpack and you help me out.

@darul75
Copy link
Owner

darul75 commented Aug 26, 2016

You are welcome, glad you can use it, I will updated it one day ;) or just do a PR for me please. Thanks again

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