2
0
Эх сурвалжийг харах

Set correct path to webfonts

JC Brand 6 жил өмнө
parent
commit
6307fa698d

+ 2 - 2
webpack.config.js

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