Same as #52
new CopyPlugin([
{from: resolveApp(`./public/anv.com`), to: buildFolder},
])
Error:
[Error: EISDIR: illegal operation on a directory, open 'XXXXX'] {
errno: -4068,
code: 'EISDIR',
syscall: 'open',
path: 'XXXXX'
}
XXXXX exists in my path
- Operating System:
- Node Version:
- NPM Version:
- webpack Version:
- copy-webpack-plugin Version:
Expected Behavior
Actual Behavior
Code
// webpack.config.js
// If your code blocks are over 20 lines, please paste a link to a gist
// (https://gist.github.com).
// additional code, HEY YO remove this block if you don't need it
How Do We Reproduce?
Same as #52
Error:
XXXXX exists in my path
Expected Behavior
Actual Behavior
Code
// additional code, HEY YO remove this block if you don't need itHow Do We Reproduce?