Skip to content

Commit 3aa27c5

Browse files
authored
Add FAQ on readme about the different outputs
I found myself having the same questions as in this [issue](#59). Seems there was no answer from the issue opener so I'd like to have this in the readme. The answer for the "general output time" is still pretty unclear for me and I'd love more feedback on this matter from you @stephencookdev Cheers,
1 parent 4696440 commit 3aa27c5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ This flag is _experimental_. Some loaders will have inaccurate results:
141141

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

144+
## FAQ
145+
146+
### What does general output time mean?
147+
148+
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!
149+
150+
### What does modules without loaders mean?
151+
152+
It basically just means vanilla JS files, which webpack can handle out of the box.
153+
144154
## Contributing
145155

146156
Contributors are welcome! 😊

0 commit comments

Comments
 (0)