Finally fix font pathing

pull/10/head
Matthew Strasiotto 4 years ago
parent 86a5ec20cd
commit aa29bf232e

@ -11,8 +11,7 @@ let mainConfig = {
},
output: {
path: __dirname + '/public/',
filename: '[name].js',
publicPath: '/public/'
filename: '[name].js'
},
mode: develBuild ? 'development' : 'production',
module: {
@ -38,7 +37,8 @@ let mainConfig = {
options: {
name: '[name].[ext]',
outputPath: 'fonts/',
esModule: false
esModule: false,
publicPath: '/static/fonts/'
}
}
]

Loading…
Cancel
Save