Quantcast
Channel: Normal CSS with CSS Modules - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by MatrixTXT for Normal CSS with CSS Modules

$
0
0

I have learnt few methods before for this Github pull-request issue.


First, change the file name. Easiest way but ugly.

Change your styles.css to styles.m.css and separate module and plain css like

//Moduletest: /\.m.css$///Plaintest: /\^((?!\.m).)*css$/

Second, separate the folders for module and plain css, while exclude each other.

//Moduleexclude: /css/plain///Plainexclude: /css/module/

Third, use resourceQuery

test: /\.css$/,oneOf: [{    resourceQuery: /^\?raw$/,    use: [...]}

And import as

import './bootstrap.min.css?raw'


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>