Skip to content

Commit 1f99714

Browse files
committed
1 parent 35291b6 commit 1f99714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack/serverWebpackConfiguration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const configureServer = () => {
4646
// If using the React on Rails Pro node server renderer, uncomment the next line
4747
// libraryTarget: 'commonjs2',
4848
path: config.outputPath,
49-
publicPath: config.outputPath
49+
publicPath: config.publicPath,
5050
// https://webpack.js.org/configuration/output/#outputglobalobject
5151
}
5252

0 commit comments

Comments
 (0)