Skip to content

Commit d9564d2

Browse files
committed
Upgrade react-fast-pdf and webpack
1 parent 5b76720 commit d9564d2

5 files changed

Lines changed: 580 additions & 427 deletions

File tree

config/webpack/webpack.common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ const getCommonConfiguration = ({file = '.env', platform = 'web'}: Environment):
146146
{from: 'assets/fonts/web', to: 'fonts'},
147147
{from: 'assets/sounds', to: 'sounds'},
148148
{from: 'assets/pdfs', to: 'pdfs'},
149-
{from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'},
150-
{from: 'node_modules/react-pdf/dist/esm/Page/TextLayer.css', to: 'css/TextLayer.css'},
149+
{from: 'node_modules/react-pdf/dist/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'},
150+
{from: 'node_modules/react-pdf/dist/Page/TextLayer.css', to: 'css/TextLayer.css'},
151151
{from: '.well-known/apple-app-site-association', to: '.well-known/apple-app-site-association', toType: 'file'},
152152
{from: '.well-known/assetlinks.json', to: '.well-known/assetlinks.json'},
153153

0 commit comments

Comments
 (0)