Browse Source

fix webpack config

Alexander Rose 5 years ago
parent
commit
34b1eee876
1 changed files with 0 additions and 1 deletions
  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]' }