webpack-merge-and-include-globally
webpack-merge-and-include-globally copied to clipboard
Execute the default webpack bundle after merging files
Currently, the bundle runs before this plugin merges the specified files. As a result, we can't use the output of this library as the entry point of the webpack bundler.
Is it possible to change the order? Or is there better way for my use case?