Skip to content

Commit

Permalink
Merge pull request #8 from transcom/correct-publicPath-issues-in-prod…
Browse files Browse the repository at this point in the history
…uction

B-20438 and B-20440: updated to correct version as referenced elsewhere and added publicPath config setting
  • Loading branch information
taeJungCaci authored Aug 26, 2024
2 parents 82fe4eb + cc7fc44 commit d4396dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transcom/react-file-viewer",
"version": "1.2.3",
"version": "1.2.4",
"description": "Extendable file viewer for web",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const config = {
filename: 'index.js',
library: ['FileViewer'],
libraryTarget: 'umd',
publicPath: '/',
},
resolve: {
modules: [path.resolve(__dirname, './src'), 'node_modules'],
Expand Down

0 comments on commit d4396dc

Please sign in to comment.