I've been following a webpack tutorial (https://webpack.js.org/guides/output-management/) and came across the this line of code:
<script src="./print.bundle.js"></script>.
where print.js and and bundle.js are files in the same directory. What does this fileName1.fileName2.fileType notation mean?
I tried searching for an answer myself but couldn't find anything
.
in a file name. It is just that, part of the name.