Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Set publicPath for webpack server bundle (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 29, 2020
1 parent c67b6e9 commit ba086a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
path: `${dest}/server`,
filename: '[name].js',
chunkFilename: '[hash]/[name].[id].js',
publicPath: `client/`,
libraryTarget: 'commonjs2'
};
}
Expand Down

0 comments on commit ba086a4

Please sign in to comment.