From 996c14afb9d81e962ef66b99bd869bce4f3688f0 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Wed, 6 Jan 2021 08:00:31 +0300 Subject: Breaks Up CSS Into Components Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- webpack.config.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 1264ba1..93e7e9d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -65,12 +65,6 @@ module.exports = { }, { test: /\.svg$/, loader: '@svgr/webpack' - }, { - test: /\.css$/, - loader: 'raw-loader', - options: { - esModule: false - } }] }, devServer: { -- cgit v1.2.3