We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35291b6 commit 1f99714Copy full SHA for 1f99714
config/webpack/serverWebpackConfiguration.js
@@ -46,7 +46,7 @@ const configureServer = () => {
46
// If using the React on Rails Pro node server renderer, uncomment the next line
47
// libraryTarget: 'commonjs2',
48
path: config.outputPath,
49
- publicPath: config.outputPath
+ publicPath: config.publicPath,
50
// https://webpack.js.org/configuration/output/#outputglobalobject
51
}
52
0 commit comments