Can webpack merge and compile only js and css without adding any extra code to the js file?

problem description

can webpack merge and compile only js and css without adding any additional code to the js file

Webpack-related elements do not appear in

code, and code variable names do not compress and replace

Aug.13,2021

then you should not need webpack,. You just need to use nodejs to read the file and merge it.


webpack cannot be implemented!

Please implement it yourself


webpack is a packaging tool, which can be implemented using a process building tool such as gulp.

Menu