diff --git a/package.json b/package.json index b301ab8..df024c8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/webpack.config.js b/webpack.config.js index ddff920..56da380 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -18,6 +18,7 @@ const config = { filename: 'index.js', library: ['FileViewer'], libraryTarget: 'umd', + publicPath: '/', }, resolve: { modules: [path.resolve(__dirname, './src'), 'node_modules'],