Skip to content

Commit 09250c6

Browse files
committed
typo
1 parent edd3dd6 commit 09250c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

materials/appendixA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h1 id="webpackdevelopment">Webpack Development Server</h1>
461461

462462
<h1 id="loaders">Loaders</h1>
463463

464-
<p>One of the most exiting features of Webpack are loaders. Through the use of loaders, webpack can preprocess the source files through external scripts and tools as it loads them to apply all kinds of changes and transformations. These transformations are useful in many circumstances, for example for parsing JSON files into plain JavaScript or turning next generation's JavaScript code into regular JavaScript that current browsers can understand (so you can use next generation features today). Loaders are also essential for React development, as they can be used to transform React's JSX into plain JavaScript.</p>
464+
<p>One of the most exciting features of Webpack are loaders. Through the use of loaders, webpack can preprocess the source files through external scripts and tools as it loads them to apply all kinds of changes and transformations. These transformations are useful in many circumstances, for example for parsing JSON files into plain JavaScript or turning next generation's JavaScript code into regular JavaScript that current browsers can understand (so you can use next generation features today). Loaders are also essential for React development, as they can be used to transform React's JSX into plain JavaScript.</p>
465465

466466
<p>Loaders need to be installed separately and should be configured under the "modules" key in webpack.config.js. Loader configuration setting include:
467467
<ul>

0 commit comments

Comments
 (0)