Skip to content

Commit

Permalink
fix(alita): 修复移除源图片的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ykforerlang committed Dec 11, 2019
1 parent 3c45e50 commit 2887cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packByWebpack/ExtractImageFilesPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class ExtractImageFilesPlugin {
.replace('node_modules', 'npm')
fse.copySync(realPath, targetPath)

outFiles[imagePath] = realPath
outFiles[imagePath] = targetPath
}

const fileKeys = Object.keys(outFiles)
Expand Down

0 comments on commit 2887cc6

Please sign in to comment.