webpack.common.js: Fix font static path

pull/1/head
Tristan Maat 2018-04-19 23:58:26 +00:00
parent 83736eef7d
commit 7965a38afa
1 changed files with 1 additions and 4 deletions

View File

@ -83,10 +83,7 @@ module.exports = {
{
test: /\.(eot|svg|ttf|woff|woff2)$/,
use: [{
loader: "file-loader",
options: {
outputPath: "static"
}
loader: "file-loader"
}]
}
]