You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason webpack-dev-middleware is compiling for the regular build and another for cache. It makes it look like it's compiling the same thing twice and could be mistaken for a bug.
Expected Behavior
Just shows once compiled in xxxx s
To Reproduce
$ npm run dev
.. or ..
$ incept dev
The text was updated successfully, but these errors were encountered:
👋 @cblanquera
Thank you for raising an issue! Please understand that this
is an open source project looking for more contributors
therefore, it will take some time to get back to you. In the
meantime, please make sure you have given as much context
as possible.
What version of incept.js are you using?
0.0.22
What version of Node.js are you using?
16.9.1
What browser are you using?
Chrome
What operating system are you using?
macOS
Describe the Bug
For some reason
webpack-dev-middleware
is compiling for the regular build and another for cache. It makes it look like it's compiling the same thing twice and could be mistaken for a bug.Expected Behavior
Just shows once
compiled in xxxx s
To Reproduce
The text was updated successfully, but these errors were encountered: