Closed mad-gav closed 3 years ago
new FileManagerPlugin({ events: { onEnd: { move: [ { source: '/dist/screen.css', destination: '/dist/styles/screen.css' }, ], }, }, }),
get an error
FileManagerPlugin] unable to move /dist/screen.css, Error: ENOENT: no such file or directory, stat '/dist/screen.css'
screen.css gets put into the root of /dist in the webpack build
have tried
/dist ./dist
Hey @mad-gav. I totally missed this one. I hope the issue is resolved.
Reopen if the issue still persists.
Config
Issue
get an error
screen.css gets put into the root of /dist in the webpack build
Your Environment
have tried
/dist ./dist