F
F
frontendo2018-07-17 22:53:14
css
frontendo, 2018-07-17 22:53:14

Is it possible to bundle only css with webpack?

As soon as I tried, I couldn’t get rid of the js file for the chunk.
that is, the build result will in any case be with a js file, but I would like to set the entry point to css / less and get only css as output

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philip Gaponenko, 2018-07-17
@frontendo

webpack is a tool for modularizing js.
Gulp can be used to build statics.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question