Closed hansiemithun closed 5 years ago
Sounds like you need to add @zeit/next-css
too
Thanks for the reply @timneutkens, but I still face the issue even after having next-css
:
Failed to compile
./node_modules/flexboxgrid2/flexboxgrid2.css 1:0
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> .container {
| box-sizing: border-box;
| margin-left: auto;
I tried several links to configure and modify, finally with all the directions followed, my
next.config.js
looks as below:I receive error as:
My
package.json
is as below:Please help what am i missing to configure or the right approach?