Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

clean: Document removal of external directories #1278

Merged
merged 3 commits into from
Feb 2, 2019

Conversation

priyankparker
Copy link
Contributor

Fixes #362

@edmorley edmorley added the docs label Jan 7, 2019
@edmorley edmorley requested a review from eliperelman January 7, 2019 10:22
Copy link
Member

@eliperelman eliperelman left a 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.

@@ -303,6 +303,22 @@ module.exports = {
};
```

#### Clean external directories
Copy link
Member

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.

Copy link
Contributor Author

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.

@edmorley edmorley added this to the v9 milestone Feb 2, 2019
@edmorley edmorley changed the title document removal of external directories clean: Document removal of external directories Feb 2, 2019
Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants