webpack - is it possible to concat all 3rd party files by folder level with wepack? and files are not following javascript moduler pattern -
i have trying find solution. have third part library file. there around > 50 file. these js file not following modeler patterns commonjs etc. there plain javascript files prototypes.
based on features kept code in different files under same folder. let if want add drag functionality created file ext_drag.js extending prototype property of function defined in common_drag.js that.
with webpack entry, commonchunk plugins code divided in different chunks due this, definition of function going in 1 check , prototype extend going other chunk. idea how solve it?
here screenshot. treeobject defined in chunk. want create same files 1 chunck.

Comments
Post a Comment