[WIP] nextjs build-app.sh #953
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#953
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "snowball/stack-orchestrator:nextjs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let's update this script to
CERC_NEXT_VERSION
: app'snext
dep versionCERC_DEFAULT_WEBPACK_VER
&&CERC_WEBPACK_VERSION
: app'swebpack
dep version if exists otherwise depends onnext
version'swebpack
peer dep (needs update)nextjs
configswebpack
import/require if needed to thenextjs.config
filecompile
andgenerate
commands for versions that do not supportnext experimental-compile <or command based on
nextversion>
(<13.4.2
) [note: needs testing]build
command and replacenext build
with experimental compile command based onnext
version if necessarilyCheckout
From your project repository, check out a new branch and test the changes.