We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ba995 + 8841d8a commit 10d8613Copy full SHA for 10d8613
config/webpack/webpack.common.js
@@ -51,7 +51,7 @@ const webpackConfig = {
51
{from: 'assets/css', to: 'css'},
52
{from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'},
53
{from: 'assets/images/shadow.png', to: 'images/shadow.png'},
54
- {from: '.well-known/apple-app-site-association'},
+ {from: '.well-known/apple-app-site-association', to: '.well-known/apple-app-site-association'},
55
56
// These files are copied over as per instructions here
57
// https://github.com/wojtekmaj/react-pdf#copying-cmaps
0 commit comments