1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "prefetchRate": 5,
- "maxThreads": null,
- "disableRoutePrefixing": false,
- "outputFileRate": 100,
- "extensions": [
- ".js",
- ".jsx"
- ],
- "minLoadTime": 200,
- "disablePreload": false,
- "disableRuntime": false,
- "preloadPollInterval": 300,
- "productionSourceMaps": false,
- "silent": false,
- "entry": "index.js",
- "plugins": [
- [
- "/var/www/strong/node_modules/react-static-plugin-source-filesystem/node.api.js",
- {
- "location": "/var/www/strong/src/pages"
- }
- ],
- "/var/www/strong/node_modules/react-static-plugin-reach-router/browser.api.js",
- "/var/www/strong/node_modules/react-static-plugin-sitemap/dist/node.api.js",
- "/var/www/strong"
- ],
- "paths": {
- "ROOT": "/var/www/strong",
- "SRC": "/var/www/strong/src",
- "DIST": "/var/www/strong/dist",
- "ASSETS": "/var/www/strong/dist",
- "PLUGINS": "/var/www/strong/plugins",
- "TEMP": "/var/www/strong/tmp",
- "ARTIFACTS": "/var/www/strong/artifacts",
- "PUBLIC": "/var/www/strong/public",
- "NODE_MODULES": "/var/www/strong/node_modules",
- "EXCLUDE_MODULES": "/var/www/strong/node_modules",
- "PACKAGE": "/var/www/strong/package.json",
- "HTML_TEMPLATE": "/var/www/strong/dist/index.html",
- "STATIC_DATA": "/var/www/strong/dist/staticData"
- },
- "siteRoot": "/",
- "basePath": "",
- "publicPath": "/",
- "assetsPath": "",
- "extractCssChunks": false,
- "inlineCss": false,
- "babelExcludes": [],
- "devServer": {
- "host": "localhost",
- "port": 3000
- },
- "terser": {
- "terserOptions": {
- "mangle": {},
- "parse": {},
- "compress": {},
- "output": {}
- }
- }
- }
|