mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
e90f89633c
* Initial implementation of next export without exportPathMap * Shorter message * Set up flow * Create pages manifest * Use pagesManifest for next export * Fix tests * Document defaultPathMap * Replacing the path is no longer needed * Use posix normalize for consistent behaviour * Remove second instance of examples * Add comment about what pages-manifest does * Make windows path a route
6 lines
290 B
JavaScript
6 lines
290 B
JavaScript
export const PHASE_EXPORT = 'phase-export'
|
|
export const PHASE_PRODUCTION_BUILD = 'phase-production-build'
|
|
export const PHASE_PRODUCTION_SERVER = 'phase-production-server'
|
|
export const PHASE_DEVELOPMENT_SERVER = 'phase-development-server'
|
|
export const PAGES_MANIFEST = 'pages-manifest.json'
|