react-static-build-state.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "prefetchRate": 5,
  3. "maxThreads": null,
  4. "disableRoutePrefixing": false,
  5. "outputFileRate": 100,
  6. "extensions": [
  7. ".js",
  8. ".jsx"
  9. ],
  10. "minLoadTime": 200,
  11. "disablePreload": false,
  12. "disableRuntime": false,
  13. "preloadPollInterval": 300,
  14. "productionSourceMaps": false,
  15. "silent": false,
  16. "entry": "index.js",
  17. "plugins": [
  18. [
  19. "/var/www/strong/node_modules/react-static-plugin-source-filesystem/node.api.js",
  20. {
  21. "location": "/var/www/strong/src/pages"
  22. }
  23. ],
  24. "/var/www/strong/node_modules/react-static-plugin-reach-router/browser.api.js",
  25. "/var/www/strong/node_modules/react-static-plugin-sitemap/dist/node.api.js",
  26. "/var/www/strong"
  27. ],
  28. "paths": {
  29. "ROOT": "/var/www/strong",
  30. "SRC": "/var/www/strong/src",
  31. "DIST": "/var/www/strong/dist",
  32. "ASSETS": "/var/www/strong/dist",
  33. "PLUGINS": "/var/www/strong/plugins",
  34. "TEMP": "/var/www/strong/tmp",
  35. "ARTIFACTS": "/var/www/strong/artifacts",
  36. "PUBLIC": "/var/www/strong/public",
  37. "NODE_MODULES": "/var/www/strong/node_modules",
  38. "EXCLUDE_MODULES": "/var/www/strong/node_modules",
  39. "PACKAGE": "/var/www/strong/package.json",
  40. "HTML_TEMPLATE": "/var/www/strong/dist/index.html",
  41. "STATIC_DATA": "/var/www/strong/dist/staticData"
  42. },
  43. "siteRoot": "/",
  44. "basePath": "",
  45. "publicPath": "/",
  46. "assetsPath": "",
  47. "extractCssChunks": false,
  48. "inlineCss": false,
  49. "babelExcludes": [],
  50. "devServer": {
  51. "host": "localhost",
  52. "port": 3000
  53. },
  54. "terser": {
  55. "terserOptions": {
  56. "mangle": {},
  57. "parse": {},
  58. "compress": {},
  59. "output": {}
  60. }
  61. }
  62. }