Browse Source

fix webpack config

Alexander Rose 6 năm trước cách đây
mục cha
commit
34b1eee876
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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]' }