Skip to content

Commit b154c36

Browse files
authored
typo
1 parent f251c9c commit b154c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Or, on a global basis by adding `{noPreserveState: true}` to `hotOptions`. For e
200200

201201
If you rely on any external dependencies (files required in a preprocessor for example) you might want to watch these files for changes and re-run svelte compile.
202202

203-
Webpack allows [loader dependencies](https://webpack.js.org/contribute/writing-a-loader/#loader-dependencies) to trigger a recompile. Svelte-loader exposes this API via `options.externalDependencies`.
203+
Webpack allows [loader dependencies](https://webpack.js.org/contribute/writing-a-loader/#loader-dependencies) to trigger a recompile. svelte-loader exposes this API via `options.externalDependencies`.
204204
For example:
205205

206206
```js

0 commit comments

Comments
 (0)