Skip to content
Snippets Groups Projects
Unverified Commit a90fe5a2 authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

fix file loader public path (#11206)

parent 5799c92c
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ const config = (module.exports = {
},
{
test: /\.(eot|woff2?|ttf|svg|png)$/,
use: [{ loader: "file-loader", options: { publicPath: "" } }],
use: [{ loader: "file-loader", options: { publicPath: "./" } }],
},
{
test: /\.css$/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment