Kaynağa Gözat

Set correct path to webfonts

JC Brand 6 yıl önce
ebeveyn
işleme
6307fa698d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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/'
                 }
             }
             ]