1.0.1 • Published 6 years ago

@eutrepe/sync-copy-webpack-plugin v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

sync-copy-webpack-plugin

Modified version of copy-webpack-plugin v5.0.4 where I add sync option for sync patterns resolve (that's all).

Usage

module.exports = {
  plugins: [new SyncCopyPlugin([...patterns], { sync: true })],
};

Orginal plugin: https://github.com/webpack-contrib/copy-webpack-plugin