This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 513
ETP can't works with oneOf configuration in webpack? #705
Labels
Comments
@kimown problem still exists? |
@evilebottnawi |
@kimown Thanks! |
I wanted to import global css to my app, to do so.. (trying things out for a couple of hours, this worked for me.)
|
DEPRECATED |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thanks ETP and your guys work, it helps me a lot in my daily work.
I am try to combine css modules and postcss, here is solution I found, the configuration like this
css-modules/css-modules#65 (comment), use
oneOf
and querystring
?raw
to distinct local scope css file and global scope css file.So my webpack.config.js is this:
Here is an reproduce example:
demo.zip
then console print errors,
I searched issue, seems
oneOf
already have a solution #483 (comment)did I made a mistake about configuration?
The text was updated successfully, but these errors were encountered: