Skip to content

Commit 7ae30b9

Browse files
Merge pull request #112 from ThomasHarper/patch-1
Add FAQ on readme about the different outputs
2 parents efda81b + 3aa27c5 commit 7ae30b9

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)