Skip to content

Commit 6c3cadb

Browse files
gjmontogeek
authored andcommitted
docs(concepts) Combine duplicative sentences in Output (#2277)
1 parent 5b364ae commit 6c3cadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
};
6969
```
7070

71-
In cases when the eventual `publicPath` of output files isn't known at compile time, it can be left blank and set dynamically at runtime in the entry point file. If you don't know the `publicPath` while compiling, you can omit it and set `__webpack_public_path__` on your entry point.
71+
In cases where the eventual `publicPath` of output files isn't known at compile time, it can be left blank and set dynamically at runtime via the `__webpack_public_path__` variable in the entry point file:
7272

7373
```javascript
7474
__webpack_public_path__ = myRuntimePublicPath;

0 commit comments

Comments
 (0)