Explorar o código

Set correct path to webfonts

JC Brand %!s(int64=6) %!d(string=hai) anos
pai
achega
6307fa698d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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/'
                 }
             }
             ]