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)$/,
|
test: /\.(eot|svg|ttf|woff|woff2)$/,
|
||||||
use: [{
|
use: [{
|
||||||
loader: "file-loader",
|
loader: "file-loader"
|
||||||
options: {
|
|
||||||
outputPath: "static"
|
|
||||||
}
|
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Reference in a new issue