We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fcf29 commit 2ce8e43Copy full SHA for 2ce8e43
webpack.ssg.js
@@ -89,11 +89,11 @@ module.exports = (env) =>
89
'plugins/no-emit-on-errors-plugin':
90
'/configuration/optimization/#optimizationemitonerrors',
91
'concepts/mode': '/configuration/mode',
92
- '/concepts/configuration/#simple-configuration': '/concepts/configuration/#introductory-configuration',
93
'contribute/writing-a-scaffold': '/api/cli/#init',
94
'loaders/raw-loader': 'https://v4.webpack.js.org/loaders/raw-loader',
95
'loaders/url-loader': 'https://v4.webpack.js.org/loaders/url-loader',
96
- 'loaders/file-loader': 'https://v4.webpack.js.org/loaders/file-loader',
+ 'loaders/file-loader':
+ 'https://v4.webpack.js.org/loaders/file-loader',
97
},
98
}),
99
new CopyWebpackPlugin({
0 commit comments