Webpack packing problem

1, the files downloaded from the Internet say that they need to be packaged before they can be seen. The following screenshot shows the directory of the file,
clipboard.png

webpackwebpack.config.js

clipboard.png

just don"t know which directory file should be written in the downloaded directory file?

Mar.07,2021

are you going to write in the entry of the webpack.config file?

should be under the config file of your file

clipboard.png

this is my config file directory
webpack.config.dev is the development environment
webpack.config.prod is the production environment
the rest depends on your own requirements


packake.json. Open it and see the script configuration, or take a look at readme.md for instructions

Menu