Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: native 文件 copy 时没有遵从 options.ouput 的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Oct 18, 2019
1 parent 1886cb8 commit 99fd382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remax-cli/src/build/rollupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function rollupConfig(
targets: [
{
src: [`${options.rootDir}/native/*`],
dest: 'dist',
dest: options.output,
},
],
copyOnce: true,
Expand Down

1 comment on commit 99fd382

@vercel
Copy link

@vercel vercel bot commented on 99fd382 Oct 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.