Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 88fa188

Browse files
committed
Docs: Remove extra text.
1 parent 0cbbcb9 commit 88fa188

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const path = require("path");
1212
module.exports = (env) => {
1313
return {
1414
entry: {
15-
// See `webpack.index.js`. Therefore, the file ``webpack.bundle.js`` must be included on every page containing Runestone components.
15+
// See `webpack.index.js`.
1616
webpack: "./webpack.index.js"
1717
},
1818
mode: env.MODE,
@@ -55,7 +55,7 @@ module.exports = (env) => {
5555
},
5656
},
5757
plugins: [
58-
// _`webpack_static_imports`: Instead of HTML, produce a list of static imports as JSON. Sphinx will then read this file and inject these imports when creating each page. webpack_static_imports_.
58+
// _`webpack_static_imports`: Instead of HTML, produce a list of static imports as JSON. Sphinx will then read this file and inject these imports when creating each page.
5959
new HtmlWebpackPlugin({
6060
filename: 'webpack_static_imports.json',
6161
// Don't prepend the ``<head>`` tag and data to the output.

0 commit comments

Comments
 (0)