Skip to content

Commit

Permalink
fix file loader public path (metabase#11206)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrosenzweig authored Nov 4, 2019
1 parent 5799c92 commit a90fe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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$/,
Expand Down

0 comments on commit a90fe5a

Please sign in to comment.