ericclemmons / polydev

Faster, route-centric development for Node.js apps with built-in Hot Module Replacement.
282 stars 6 forks source link

index.*.js doesn't work as expected on the root #23

Closed ericclemmons closed 5 years ago

ericclemmons commented 5 years ago

When running against:

https://github.com/zeit/next.js/tree/canary/examples/with-cookie-auth

polydev router.get('/', './routes/index.*.js') +0ms
  polydev router.get('//*', './routes/index.*.js') +2ms
  polydev router.post('/', './routes/index.*.js') +0ms
  polydev router.post('//*', './routes/index.*.js') +0ms