markshapiro / webpack-merge-and-include-globally

Merge multiple files (js, css..) and include by running them "as is". Supports minify by custom transform and wildcard paths.
MIT License
102 stars 27 forks source link

Execute the default webpack bundle after merging files #93

Open ArsenicBismuth opened 1 year ago

ArsenicBismuth commented 1 year ago

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?