0

I have webpack project. I want in my index.html file to add a link to css from a package. For example :

<link href="bootstrap/dist/bootstrap.min.cssײ>

How is it possible?

user3712353
  • 3,931
  • 4
  • 19
  • 33

1 Answers1

-1

Make "import 'bootstrap/dist/bootstrap.min.css';" that it function.

acac16
  • 1