Skip to content

Commit c67c0d7

Browse files
committed
fixes
1 parent 1aba68d commit c67c0d7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ whitelist:
8888
- '.. versionadded:: 1.3' # MakerBundle
8989
- '.. versionadded:: 1.8' # MakerBundle
9090
- '.. versionadded:: 1.6' # Flex in setup/upgrade_minor.rst
91+
- '.. versionadded:: 1.0.0' # Encore
9192
- '0 => 123' # assertion for var_dumper - components/var_dumper.rst
9293
- '1 => "foo"' # assertion for var_dumper - components/var_dumper.rst
9394
- '123,' # assertion for var_dumper - components/var_dumper.rst

frontend/encore/dev-server.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,4 @@ your page. HMR works automatically with CSS (as long as you're using the
116116
CSS. That is no longer needed.
117117

118118
.. _`webpack-dev-server`: https://webpack.js.org/configuration/dev-server/
119-
.. _`HMR`: https://webpack.js.org/concepts/hot-module-replacement/
120119
.. _`it's not recommended to disable host checking`: https://webpack.js.org/configuration/dev-server/#devserverdisablehostcheck

frontend/encore/simple-example.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ filename(s) to render. This file is *especially* useful because you can
128128
:doc:`enable versioning </frontend/encore/versioning>` or
129129
:doc:`point assets to a CDN </frontend/encore/cdn>` without making *any* changes to your
130130
template: the paths in ``entrypoints.json`` will always be the final, correct paths.
131-
And if you use :doc:`splitEntryChunks() </frontend/split-chunks>` (where Webpack splits the output into even
131+
And if you use :doc:`splitEntryChunks() </frontend/encore/split-chunks>` (where Webpack splits the output into even
132132
more files), all the necessary ``script`` and ``link`` tags will render automatically.
133133

134134
If you're *not* using Symfony, you can ignore the ``entrypoints.json`` file and
@@ -326,5 +326,4 @@ Encore supports many more features! For a full list of what you can do, see
326326
`Encore's index.js file`_. Or, go back to :ref:`list of Encore articles <encore-toc>`.
327327

328328
.. _`Encore's index.js file`: https://github.com/symfony/webpack-encore/blob/master/index.js
329-
.. _`ECMAScript 6 modules`: https://hacks.mozilla.org/2015/08/es6-in-depth-modules/
330329
.. _`WebpackEncoreBundle Configuration`: https://github.com/symfony/webpack-encore-bundle#configuration

0 commit comments

Comments
 (0)