Skip to content

Commit 10d8613

Browse files
authored
Merge pull request #6430 from Expensify/vit-updateWebpackAppleAssociationFileOutput
[No QA] Update webpack so the apple association file is served from .well-known directory
2 parents d3ba995 + 8841d8a commit 10d8613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const webpackConfig = {
5151
{from: 'assets/css', to: 'css'},
5252
{from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'},
5353
{from: 'assets/images/shadow.png', to: 'images/shadow.png'},
54-
{from: '.well-known/apple-app-site-association'},
54+
{from: '.well-known/apple-app-site-association', to: '.well-known/apple-app-site-association'},
5555

5656
// These files are copied over as per instructions here
5757
// https://github.com/wojtekmaj/react-pdf#copying-cmaps

0 commit comments

Comments
 (0)