Webpack packages txt files

how does webpack package a txt file into a dist file? Txt files are just explanatory information and will not be referenced in the code.

Aug.06,2021

use copy-webpack-plugin to copy the txt file over.

Menu