Explorar el Código

Set correct path to webfonts

JC Brand hace 6 años
padre
commit
6307fa698d
Se han modificado 1 ficheros con 2 adiciones y 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/'
                 }
             }
             ]