We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d36b0e commit f936ae6Copy full SHA for f936ae6
client/config/webpack.config.js
@@ -111,7 +111,7 @@ module.exports = {
111
// We don't currently advertise code splitting but Webpack supports it.
112
filename: 'static/js/[name].js',
113
chunkFilename: 'static/js/[name].chunk.js',
114
- publicPath: paths.cdnUrl,
+ publicPath: /assets/,
115
// Point sourcemap entries to original disk location (format as URL on Windows)
116
devtoolModuleFilenameTemplate: (info) =>
117
path
0 commit comments