Modified version of 'copy-webpack-plugin v5.0.4' where I add 'sync' option for sync patterns resolve (that's all). Orginal plugin: 'https://github.com/webpack-contrib/copy-webpack-plugin'
npm install @eutrepe/sync-copy-webpack-pluginModified version of copy-webpack-plugin v5.0.4 where I add sync option for sync patterns resolve (that's all).
`` javascript
module.exports = {
plugins: [new SyncCopyPlugin([...patterns], { sync: true })],
};
``
Orginal plugin: https://github.com/webpack-contrib/copy-webpack-plugin