diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 4a9d94652..5e3c1fdcc 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -208,6 +208,12 @@ module.exports = { { loader: require.resolve("sass-loader"), }, + { + loader: 'sass-resources-loader', + options: { + resources: ['src/global.scss'] + } + } ], }, // "file" loader makes sure assets end up in the `build` folder.