rca+0.0.21.patch 720 B

1234567891011121314151617181920212223
  1. diff --git a/node_modules/rca/lib/config/loaders.js b/node_modules/rca/lib/config/loaders.js
  2. index ac5dfe7..f0b063c 100644
  3. --- a/node_modules/rca/lib/config/loaders.js
  4. +++ b/node_modules/rca/lib/config/loaders.js
  5. @@ -94,6 +94,18 @@ var rules = [
  6. options: parse_config_1.getSassLoaderOptions()
  7. })
  8. },
  9. + {
  10. + test: /\.(fbx)$/i,
  11. + use: [
  12. + {
  13. + loader: require.resolve("url-loader"),
  14. + options: {
  15. + limit: parse_config_1.configs.inlineLimit,
  16. + name: parse_config_1.configs.assetsDir + "/3d/[name].[hash:8].[ext]"
  17. + }
  18. + }
  19. + ]
  20. + },
  21. {
  22. test: /\.(png|jpg|gif|ico|svg)$/i,
  23. use: [