bazel-tools icon indicating copy to clipboard operation
bazel-tools copied to clipboard

Remove copy webpack plugin

Open chrismatix opened this issue 3 years ago • 0 comments

We use the copy-webpack-plugin to copy any sources in a public directory to the web root. This must be possible using Bazel so we should try and make it work without the plugin since it adds an implicit assumption about folder structure.

chrismatix avatar Mar 25 '21 10:03 chrismatix