Skip to content

docs(concepts) loaders command fix and message re-worked #3311

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

Merged
merged 1 commit into from
Oct 19, 2019

Conversation

EugeneHlushko
Copy link
Member

npm install command wasnt running without && notation so it makes sense to merge it.
The loaders ecosystem empowerment phrase was not backed up nor it wasn't straightforward, reworded it

@netlify
Copy link

netlify bot commented Oct 10, 2019

Preview is ready

Built with commit bf15051

https://deploy-preview-3311--webpackjsorg-netlify.netlify.com

@@ -25,8 +25,7 @@ Loaders are transformations that are applied on the source code of a module. The
For example, you can use loaders to tell webpack to load a CSS file or to convert TypeScript to JavaScript. To do this, you would start by installing the loaders you need:

``` bash
npm install --save-dev css-loader
npm install --save-dev ts-loader
npm install --save-dev css-loader ts-loader
Copy link
Member

Choose a reason for hiding this comment

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

Do we have more cases like this one?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just quickly checked guides section, looks like we have a few there and maybe more. I will create a follow-up PR to change those occurrences

Copy link
Member

Choose a reason for hiding this comment

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

Can put them here too

Copy link
Member Author

Choose a reason for hiding this comment

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

In the recent years breaking work down and keeping it isolated and focused helped a lot to move quicker, did not you notice? :)

@EugeneHlushko EugeneHlushko merged commit a498bcc into master Oct 19, 2019
@EugeneHlushko EugeneHlushko deleted the concepts-loaders-1 branch October 19, 2019 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants