Skip to content

Commit 4438e1e

Browse files
committed
Fix silly typo.
1 parent 8007b28 commit 4438e1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ See the `test` directory in this project for more examples!
8080
Node allows developers to hook `require` to load files that aren't JavaScript or
8181
JSON. Unfortunately, require hooks have to be synchronous. Using `vue-loader` on
8282
the other hand, is inherently asynchronous. `vue-node` works by synchronously
83-
running webpack in a separate process and collecting to output to pass to node's
84-
module compilation system. The compilation is done completely in memory without
85-
writing to the filesystem. It also modifies your webpack configuration to
86-
automatically build for node and commonjs with all dependencies of your
83+
running webpack in a separate process and collecting the output to pass to
84+
node's module compilation system. The compilation is done completely in memory
85+
without writing to the filesystem. It also modifies your webpack configuration
86+
to automatically build for node and commonjs with all dependencies of your
8787
component externalized. This means that the built component modules are as small
8888
as possible with dependency resolution left up to node.
8989

0 commit comments

Comments
 (0)