-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Watch mode with no dev server #1264
base: master
Are you sure you want to change the base?
Watch mode with no dev server #1264
Conversation
--devServer Determine if dev server should be enabled (default true) | ||
--dest Specify output directory if dev server is disabled (default build) | ||
--ignore Path relative to src to be ignored during watch if dev server is disabled | ||
--esm Builds ES-2015 bundles for your code. (default true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: The slightly different indentation here is quite noticeable on the rendered file
.option( | ||
'--ignore', | ||
'Path relative to src to be ignored during watch if dev server is disabled', | ||
'' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This default value means that src/
is ignored by default. I don't think this is intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'' | |
null |
A user will be unable to use even simple stylesheet imports without wrapping in a window check with this system. Can we possibly improve the developer experience and find a way to make this work? |
What kind of change does this PR introduce?
Feature
Did you add tests for your changes?
No
Summary
#1248
Does this PR introduce a breaking change?
No