the internship company has a component that needs to be used for several projects, which is particularly troublesome to modify each time. Now, if you want to extract this react component and put it on cdn, how do you do it?
can I just package it in webpack and take out the packaged file?
but the company"s code is all packaged together, so how to package it separately