We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efda81b + 3aa27c5 commit 7ae30b9Copy full SHA for 7ae30b9
1 file changed
README.md
@@ -141,6 +141,16 @@ This flag is _experimental_. Some loaders will have inaccurate results:
141
142
We will find solutions to these issues before removing the _(experimental)_ flag on this option.
143
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
154
## Contributing
155
156
Contributors are welcome! 😊
0 commit comments