Webpack configures react compilation error.

configuration of webpack

clipboard.png

clipboard.png

clipboard.png
ask to tell me what went wrong, or did I write something wrong with my configuration?


if you use less, you need to configure less-laoder. The specific configuration method can be Baidu, and there are many tutorials online.


loader is in the wrong order


if you use less to write css, you have to use less-loader to load it, and rules miswrites
to put less-loader at the bottom.


style-loader delete. Less-loader at the bottom. Then you can

Menu