Skip to content

Commit

Permalink
Let's try dynamic entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Mar 28, 2022
1 parent 6465545 commit 37ec581
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 @@ -90,7 +90,7 @@ const cssLoaders = [
const config = {
mode,
target,
entry: getWebpackEntryPoints(),
entry: getWebpackEntryPoints,
output: {
filename: '[name].js',
path: resolve( process.cwd(), 'build' ),
Expand Down

0 comments on commit 37ec581

Please sign in to comment.