Skip to content

Commit

Permalink
Merge pull request Expensify#6408 from Expensify/joe-update-webpack
Browse files Browse the repository at this point in the history
[No QA] Update webpack path for apple app association
  • Loading branch information
Jag96 authored Nov 22, 2021
2 parents 7adb122 + 89a7f39 commit 6b34f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const webpackConfig = {
{from: 'assets/css', to: 'css'},
{from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'},
{from: 'assets/images/shadow.png', to: 'images/shadow.png'},
{from: 'apple-app-site-association'},
{from: '.well-known/apple-app-site-association'},

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

0 comments on commit 6b34f86

Please sign in to comment.