mirror of
https://github.com/status-im/dappconnect-voting-sdk.git
synced 2025-02-21 15:08:09 +00:00
Use es2020 to get Big integer literals
This commit is contained in:
parent
bb48788327
commit
9629ae87a3
@ -33,7 +33,7 @@ module.exports = (env) => {
|
|||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
options: {
|
options: {
|
||||||
loader: 'tsx',
|
loader: 'tsx',
|
||||||
target: 'es2018',
|
target: 'es2020',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -51,7 +51,7 @@ module.exports = (env) => {
|
|||||||
optimization: {
|
optimization: {
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new ESBuildMinifyPlugin({
|
new ESBuildMinifyPlugin({
|
||||||
target: 'es2018',
|
target: 'es2020',
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user