Explorar o código

fix webpack config

Alexander Rose %!s(int64=5) %!d(string=hai) anos
pai
achega
34b1eee876
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      webpack.config.js

+ 0 - 1
webpack.config.js

@@ -9,7 +9,6 @@ const sharedConfig = {
         rules: [
             {
                 test: /\.(woff2?|ttf|otf|eot|svg|html)$/,
-                include: [path.resolve(__dirname, 'build/src/')],
                 use: [{
                     loader: 'file-loader',
                     options: { name: '[name].[ext]' }