What I want is to bundle my JavaScript vendor files in a specific order via CommonsChunkPlugin from Webpack.
CommonsChunkPlugin
I\'m using the CommonsChunkPlugin
You can try https://webpack.js.org/guides/shimming/#script-loader - it looks like it will execute scripts in order and in global context.