Skip to content

Commit

Permalink
Change the operator to support older versions of node.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablinos committed Aug 29, 2021
1 parent f234ec9 commit 57e24c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if ( ! isProduction ) {

module.exports = ( env ) => ( {
...config,
entry: env.entries ?? {
entry: env.entries || {
index: path.resolve( process.cwd(), 'src', 'index.js' ),
},
} );

0 comments on commit 57e24c1

Please sign in to comment.