Skip to content

Commit

Permalink
Merge pull request stephencookdev#112 from ThomasHarper/patch-1
Browse files Browse the repository at this point in the history
Add FAQ on readme about the different outputs
  • Loading branch information
stephencookdev committed Mar 22, 2020
2 parents ed1c0e6 + 15d8bbd commit 38b5f87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ This flag is _experimental_. Some loaders will have inaccurate results:

We will find solutions to these issues before removing the _(experimental)_ flag on this option.

## FAQ

### What does general output time mean?

This tends to be generally down to webpack reading in from the file-system, but it's hard to say - it'll be very repo specific!

### What does modules without loaders mean?

It basically just means vanilla JS files, which webpack can handle out of the box.

## Contributing

Contributors are welcome! 😊
Expand Down

0 comments on commit 38b5f87

Please sign in to comment.