Parcourir la source

Set correct path to webfonts

JC Brand il y a 6 ans
Parent
commit
6307fa698d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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/'
                 }
             }
             ]