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

Can I rewrite to path like in now 2.0? #497

Closed
morgs32 opened this issue Dec 5, 2018 · 0 comments
Closed

Can I rewrite to path like in now 2.0? #497

morgs32 opened this issue Dec 5, 2018 · 0 comments

Comments

@morgs32
Copy link

morgs32 commented Dec 5, 2018

I'd love to be able to do like I do in now 2.0....

  "routes": [
    {
      "src": "^/static/(.*)",
      "dest": "app/build/static/$1"
    },
    {
      "src": "^/(.*)",
      "dest": "app/build/$1"
    }
  ]
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