webpack.common.js: Fix font static path

This commit is contained in:
Tristan Maat 2018-04-19 23:58:26 +00:00
parent 83736eef7d
commit 7965a38afa

View file

@ -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"
}
}] }]
} }
] ]