Skip to content

Commit

Permalink
fix: cname copied as file (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill authored Feb 21, 2024
1 parent 0f32765 commit f082837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack/utils/createCommonConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default function createCommonConfig(): Configuration {
{
from: resolve(SRC_PATH, 'CNAME'),
to: resolve(DIST_PATH, 'CNAME'),
toType: 'file',
},
],
}),
Expand Down

0 comments on commit f082837

Please sign in to comment.