UNPKG

create-dan

Version:

Dan frameworks

1 lines 2.32 kB
{"ast":null,"code":"\"use strict\";\n\nvar _Object$defineProperty = require(\"@babel/runtime-corejs2/core-js/object/define-property\");\n\n_Object$defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nexports.PHASE_EXPORT = 'phase-export';\nexports.PHASE_PRODUCTION_BUILD = 'phase-production-build';\nexports.PHASE_PRODUCTION_SERVER = 'phase-production-server';\nexports.PHASE_DEVELOPMENT_SERVER = 'phase-development-server';\nexports.PAGES_MANIFEST = 'pages-manifest.json';\nexports.BUILD_MANIFEST = 'build-manifest.json';\nexports.EXPORT_MARKER = 'export-marker.json';\nexports.EXPORT_DETAIL = 'export-detail.json';\nexports.PRERENDER_MANIFEST = 'prerender-manifest.json';\nexports.ROUTES_MANIFEST = 'routes-manifest.json';\nexports.REACT_LOADABLE_MANIFEST = 'react-loadable-manifest.json';\nexports.SERVER_DIRECTORY = 'server';\nexports.SERVERLESS_DIRECTORY = 'serverless';\nexports.CONFIG_FILE = 'next.config.js';\nexports.BUILD_ID_FILE = 'BUILD_ID';\nexports.BLOCKED_PAGES = ['/_document', '/_app'];\nexports.CLIENT_PUBLIC_FILES_PATH = 'public';\nexports.CLIENT_STATIC_FILES_PATH = 'static';\nexports.CLIENT_STATIC_FILES_RUNTIME = 'runtime';\nexports.AMP_RENDER_TARGET = '__NEXT_AMP_RENDER_TARGET__';\nexports.CLIENT_STATIC_FILES_RUNTIME_PATH = `${exports.CLIENT_STATIC_FILES_PATH}/${exports.CLIENT_STATIC_FILES_RUNTIME}`; // static/runtime/main.js\n\nexports.CLIENT_STATIC_FILES_RUNTIME_MAIN = `${exports.CLIENT_STATIC_FILES_RUNTIME_PATH}/main.js`; // static/runtime/amp.js\n\nexports.CLIENT_STATIC_FILES_RUNTIME_AMP = `${exports.CLIENT_STATIC_FILES_RUNTIME_PATH}/amp.js`; // static/runtime/webpack.js\n\nexports.CLIENT_STATIC_FILES_RUNTIME_WEBPACK = `${exports.CLIENT_STATIC_FILES_RUNTIME_PATH}/webpack.js`; // static/runtime/polyfills.js\n\nexports.CLIENT_STATIC_FILES_RUNTIME_POLYFILLS = `${exports.CLIENT_STATIC_FILES_RUNTIME_PATH}/polyfills.js`; // matches static/<buildid>/pages/<page>.js\n\nexports.IS_BUNDLED_PAGE_REGEX = /^static[/\\\\][^/\\\\]+[/\\\\]pages.*\\.js$/; // matches static/<buildid>/pages/:page*.js\n\nexports.ROUTE_NAME_REGEX = /^static[/\\\\][^/\\\\]+[/\\\\]pages[/\\\\](.*)\\.js$/;\nexports.SERVERLESS_ROUTE_NAME_REGEX = /^pages[/\\\\](.*)\\.js$/;\nexports.TEMPORARY_REDIRECT_STATUS = 307;\nexports.PERMANENT_REDIRECT_STATUS = 308;","map":null,"metadata":{},"sourceType":"script"}