diff --git a/webpack.config.js b/webpack.config.js
index 9c4d98c40544b636d4b16b027b416707bbaff62d..152fa40a42342dd8b7bd9ab29b6b72fcafa9a754 100644
--- a/webpack.config.js
+++ b/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]' }