You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: webpack.config.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ const path = require("path");
12
12
module.exports=(env)=>{
13
13
return{
14
14
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`.
16
16
webpack: "./webpack.index.js"
17
17
},
18
18
mode: env.MODE,
@@ -55,7 +55,7 @@ module.exports = (env) => {
55
55
},
56
56
},
57
57
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.
59
59
newHtmlWebpackPlugin({
60
60
filename: 'webpack_static_imports.json',
61
61
// Don't prepend the ``<head>`` tag and data to the output.
0 commit comments