do any friends introduce webpack into jsp projects?
how do apache and webpack-dev-server coexist? What is the development process?
do any friends introduce webpack into jsp projects?
how do apache and webpack-dev-server coexist? What is the development process?
jsp, it should be no different from other uses in a production environment, just reserve a dom, in jsp and introduce the packaged file.
as for how apache and webpack-dev-server co-exist, it should not be possible to co-exist in the first place, right? Webpack-dev-server itself is a module that exists as a server in development mode.
Apache, such as tomcat, is used as a server in a production environment.
both are servers, so you have to choose one or the other, right?
Previous: Linux xargs command
Next: Vue cannot be called to the height of the element through refs in mounted