Skip to content

Commit 08bc5cc

Browse files
Merge pull request #127 from SpringRoll/story/SR-14-SpringRoll-Seed-pixi-template-supports-Node-20
Story/SR-14 - SpringRoll seed pixi template supports node 20
2 parents 4e9618a + abba817 commit 08bc5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.15.0
1+
v20.18.0

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const HtmlConfig = require(path.join(__dirname, 'html.config'));
66
const CleanPlugin = require('clean-webpack-plugin');
77
const os = require('os');
88
const ESLintPlugin = require('eslint-webpack-plugin');
9-
import TerserPlugin from 'terser-webpack-plugin';
9+
const TerserPlugin = require('terser-webpack-plugin');
1010

1111
const deploy = path.join(__dirname, 'deploy');
1212

0 commit comments

Comments
 (0)