Skip to content

Commit

Permalink
fix(dist): copy assets to the dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 4, 2020
1 parent 39c51db commit 2a8b1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/config/outputs/validate-dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const validateDist = (config: d.Config, userOutputs: d.OutputTarget[]) =>
type: COPY,
dir: lazyDir,
copyAssets: 'dist',
copy: [...distOutputTarget.copy],
});
outputs.push({
type: DIST_GLOBAL_STYLES,
Expand Down

0 comments on commit 2a8b1f1

Please sign in to comment.