We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a802e73 commit cb04bdaCopy full SHA for cb04bda
config/webpack.common.js
@@ -62,7 +62,7 @@ const config = {
62
test: /\.jpe?g$|\.gif$|\.ico$|\.png$|\.svg$/,
63
loader: 'file-loader',
64
options: {
65
- name: 'assets/fonts/[name].[hash:8].[ext]',
+ name: 'assets/images/[name].[hash:8].[ext]',
66
},
67
68
config/webpack.production.js
@@ -16,7 +16,7 @@ const config = {
16
filename: 'assets/js/[name].[chunkhash:8].bundle.js',
17
chunkFilename: 'assets/js/[name].[chunkhash:8].js',
18
path: commonPaths.outputServerPath,
19
- publicPath: `${PUBLIC_URL}`
+ publicPath: `${PUBLIC_URL}/`
20
21
mode: 'production',
22
optimization: {
0 commit comments