webpack 怎么把html中的css文件读取出来?

在html中的
<link rel="stylesheet" href="index.css">
怎么读取出来

阅读 4.2k
1 个回答

href里面引入的,应该是没法读不出的,模块化引入(import ...)的才能读取到吧。