Open nathanredblur opened 5 years ago
i'm using next.js with micro and I don't know why micro restart when next compile. this is mi logs
File changed: .next/static/chunks/0.js - Restarting server... Restarted!
I'm using babel, so this is my script to start micro: babel-node ./node_modules/.bin/micro-dev server/app.js -- --ignore .next
babel-node ./node_modules/.bin/micro-dev server/app.js -- --ignore .next
you can see that I try to use --ignore to prevent this issue. but not works.
I try with .next, .next/, .next/*, .next/**/*
.next
.next/
.next/*
.next/**/*
nothing works.
i'm using next.js with micro and I don't know why micro restart when next compile. this is mi logs
I'm using babel, so this is my script to start micro:
babel-node ./node_modules/.bin/micro-dev server/app.js -- --ignore .next
you can see that I try to use --ignore to prevent this issue. but not works.
I try with
.next
,.next/
,.next/*
,.next/**/*
nothing works.