-
Notifications
You must be signed in to change notification settings - Fork 214
clean: Document removal of external directories #1278
Conversation
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 patch suffers from the same problem as the original of #723, which is that the allowExternal
option here is set at the top of the export object. This option belongs to the middleware, not the Neutrino options.
packages/react/README.md
Outdated
@@ -303,6 +303,22 @@ module.exports = { | |||
}; | |||
``` | |||
|
|||
#### Clean external directories |
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.
I think we should only add a section to the @neutrinojs/clean
docs rather than the top-level presets too.
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.
Thanks for the input. I have updated it.
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.
Many thanks!
Fixes #362