Browse Source

Set correct path to webfonts

JC Brand 5 years ago
parent
commit
6307fa698d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webpack.config.js

+ 2 - 2
webpack.config.js

@@ -50,8 +50,8 @@ const config = {
             {
                 loader: 'file-loader',
                 options: {
-                    name: '[path][name].[ext]',
-                    outputPath: '../dist/'
+                    name: '[name].[ext]',
+                    outputPath: 'webfonts/'
                 }
             }
             ]