So, I just wanted to try out this library as it lo...
# kmdc
t
So, I just wanted to try out this library as it looks promising. I installed it but when i jsDevelopmentRun this error happens:
Copy code
2022-01-12T16:31:40.212+0100 [ERROR] [org.gradle.api.Task] Module parse failed: Unexpected token (8:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See <https://webpack.js.org/concepts#loaders>
|  * found in the LICENSE file at <https://github.com/material-components/material-components-web/blob/master/LICENSE>
|  */
> .mdc-touch-target-wrapper {
|   display: inline;
| }
2022-01-12T16:31:40.212+0100 [ERROR] [org.gradle.api.Task]
This suggests that I am missing out on additional setup steps. What can I do?
b
Ah, yes. You need to enable css support. Lemmie dig out some docs for you.
You can inspect that sandbox module on the repo for full local consumer setup
t
Thank you I will try it out later