Skip to content

Commit 1827e9f

Browse files
Merge pull request #143 from SpringRoll/story/SR-36-SpringRoll-Seed-supports-Node-20
Story/SR-36 SpringRoll seed supports node 20
2 parents cd85e10 + 0935d29 commit 1827e9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.15.0
1+
v20.18.0

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ module.exports = (env) => {
2727
return {
2828
stats: 'errors-only',
2929

30+
mode: isProduction ? 'production':'development',
31+
3032
devServer: {
3133
open: true,
3234
client: { overlay: true },

0 commit comments

Comments
 (0)