|
|
|
|
|
by pigpigs
3569 days ago
|
|
In case it was really a question: this passes `../css/styles.css` into the css loader then the style loader when `require`-ing. Normally this is setup in a webpack.config so you can just do `require('../css/styles.css')` normally |
|