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
At the moment there are no tests. This makes it difficult to release without unintended breaking changes, and makes PR's very difficult and hard to review.
To start, I think we need to have examples for all features. Right now there are two basic examples, but they don't touch only a part of the code base.
With examples, it's easy to verify if something still works as intended. It's also something people can learn from. Later, we could automate these tests. Automating tests is not something I want to do initially, because this will be fairly difficult with so much moving components.
I think we need to have examples of at least the following features:
HMR
https
proxy - basic config
proxy - advanced config
proxy - bypass feature
lazy mode
inline modus disabled
iframe mode
gzip compression
history api fallback
array of webpack configs
custom host and port
Node API
Node - add middleware with setup()
CLI - --open
CLI - --stdin
CLI - --public
An example should consist of:
The code that is necessary
Instructions on how to run
A description of what should happen
Feedback welcome!
The text was updated successfully, but these errors were encountered:
At the moment there are no tests. This makes it difficult to release without unintended breaking changes, and makes PR's very difficult and hard to review.
To start, I think we need to have examples for all features. Right now there are two basic examples, but they don't touch only a part of the code base.
With examples, it's easy to verify if something still works as intended. It's also something people can learn from. Later, we could automate these tests. Automating tests is not something I want to do initially, because this will be fairly difficult with so much moving components.
I think we need to have examples of at least the following features:
inline
modus disabledsetup()
--open
--stdin
--public
An example should consist of:
Feedback welcome!
The text was updated successfully, but these errors were encountered: