Skip to content

Commit 10a9395

Browse files
committed
whitespace
1 parent e249d51 commit 10a9395

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/react-scripts/config/webpack.config.ssr.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ module.exports = function(webpackEnv) {
102102
preProcessorOptions = {}
103103
) => {
104104
const loaders = [
105-
// isEnvDevelopment && require.resolve('style-loader'),
106-
// isEnvProduction && {
107-
// loader: MiniCssExtractPlugin.loader,
108-
// options: Object.assign(
109-
// {},
110-
// shouldUseRelativeAssetPaths ? { publicPath: '../../' } : undefined
111-
// ),
105+
// isEnvDevelopment && require.resolve('style-loader'),
106+
// isEnvProduction && {
107+
// loader: MiniCssExtractPlugin.loader,
108+
// options: Object.assign(
109+
// {},
110+
// shouldUseRelativeAssetPaths ? { publicPath: '../../' } : undefined
111+
// ),
112112
// },
113113
{
114114
loader: require.resolve('css-loader/locals'),
@@ -685,12 +685,12 @@ module.exports = function(webpackEnv) {
685685
isEnvDevelopment &&
686686
new WatchMissingNodeModulesPlugin(paths.appNodeModules),
687687
// isEnvProduction &&
688-
// new MiniCssExtractPlugin({
689-
// // Options similar to the same options in webpackOptions.output
690-
// // both options are optional
691-
// // filename: 'static/css/[name].[contenthash:8].css',
692-
// filename: 'ssr.css',
693-
// // chunkFilename: 'static/css/[name].[contenthash:8].chunk.css',
688+
// new MiniCssExtractPlugin({
689+
// // Options similar to the same options in webpackOptions.output
690+
// // both options are optional
691+
// // filename: 'static/css/[name].[contenthash:8].css',
692+
// filename: 'ssr.css',
693+
// // chunkFilename: 'static/css/[name].[contenthash:8].chunk.css',
694694
// }),
695695
// Generate a manifest file which contains a mapping of all asset filenames
696696
// to their corresponding output file so that tools can pick it up without

0 commit comments

Comments
 (0)