How do I configure webpack to run bootstrap and sass?

前端 未结 3 2006
我在风中等你
我在风中等你 2020-12-13 16:41

I am not great at webpack. I have not really \'learned it\', I have a template/boilerplate I pull from a repo I made that gives me an environment to build in React. I am str

3条回答
  •  攒了一身酷
    2020-12-13 17:18

    It's probably something wrong with ./~/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 path. Bootstrap-sass requires it through the sass file but webpack can't find it.

提交回复
热议问题