diff options
| author | 2021-01-06 08:00:31 +0300 | |
|---|---|---|
| committer | 2021-01-06 09:36:01 +0300 | |
| commit | 996c14afb9d81e962ef66b99bd869bce4f3688f0 (patch) | |
| tree | ea19a979c62a0da3685a1ea44a624ee2863320cc /webpack.config.js | |
| parent | Fixes Model Casing (diff) | |
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 <[email protected]>
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 6 | 
1 files changed, 0 insertions, 6 deletions
| 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: { | 
