webpack.common.js: Fix font static path
This commit is contained in:
parent
83736eef7d
commit
7965a38afa
|
@ -83,10 +83,7 @@ module.exports = {
|
|||
{
|
||||
test: /\.(eot|svg|ttf|woff|woff2)$/,
|
||||
use: [{
|
||||
loader: "file-loader",
|
||||
options: {
|
||||
outputPath: "static"
|
||||
}
|
||||
loader: "file-loader"
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
|
Reference in a new issue