File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ See the `test` directory in this project for more examples!
80
80
Node allows developers to hook ` require ` to load files that aren't JavaScript or
81
81
JSON. Unfortunately, require hooks have to be synchronous. Using ` vue-loader ` on
82
82
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
87
87
component externalized. This means that the built component modules are as small
88
88
as possible with dependency resolution left up to node.
89
89
You can’t perform that action at this time.
0 commit comments