mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-05 12:04:09 +00:00
Another try 3
This commit is contained in:
@ -139,7 +139,7 @@ const configNode = (env: any, argv: { mode: string }): Configuration => {
|
||||
|
||||
{
|
||||
apply: (compiler: Compiler) => {
|
||||
compiler.hooks.emit.tapAsync('CopyFilesPlugin', (compilation, callback) => {
|
||||
compiler.hooks.afterEmit.tapAsync('CopyFilesPlugin', (compilation, callback) => {
|
||||
Promise.all(
|
||||
outputPaths.map((outputPath) => {
|
||||
const sourceDir = path.resolve(__dirname, sourceBuild);
|
||||
|
Reference in New Issue
Block a user