-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Replace app.js with webpack-dev-server #5031
Labels
type:maintenance
tests, chores, or project maintenance
Milestone
Comments
@akhenry we've done quite a bit of work in the last 6 weeks on app.js. I think we should take a hard look at this. Things to consider:
|
15 tasks
15 tasks
Testing Instructions:
|
Verified Fixed Locally - Tested with Local Storage and with CouchDB and there were no issues. |
Verified fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Currently we provide app.js as a very basic web-server for development purposes. webpack-dev-server could do the same thing which would have multiple advantages:
app.js
( app.js is not an Open MCT server, and should only be used for dev purposes.)The text was updated successfully, but these errors were encountered: