Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
update webpack compilation target to node16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Aug 5, 2023
1 parent 30de957 commit 33ce830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ganache/webpack/webpack.node.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import merge from "webpack-merge";
import DeduplicatePlugin from "./deduplicate-plugin";

const config: webpack.Configuration = merge({}, base, {
target: "node10.7",
target: "node16.0",
entry: {
core: "./index.ts",
cli: "./src/cli.ts"
Expand Down

0 comments on commit 33ce830

Please sign in to comment.