Skip to content

Commit

Permalink
build: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 25, 2021
1 parent c1c4c21 commit c84f6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const rendererConfig: webpack.Configuration = merge(baseConfig, {
sentry: './src/shared/sentry/renderer.ts',
},
output: {
publicPath: '/',
publicPath: './',
},
optimization: {minimize: false},
module: {
Expand Down

0 comments on commit c84f6c5

Please sign in to comment.