Skip to content

Commit

Permalink
fix(demo-app): auth-js demo is looping forever
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Nov 19, 2024
1 parent 0ebea30 commit f6f4465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/demo-app/web/auth-js/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

const { composePlugins, withNx } = require('@nx/webpack');
const { composePlugins, withNx, withWeb } = require('@nx/webpack');

// Nx plugins for webpack.
module.exports = composePlugins(withNx(), config =>
module.exports = composePlugins(withNx(), withWeb(), config =>
// Note: This was added by an Nx migration. Webpack builds are required to have a corresponding Webpack config file.
// See: https://nx.dev/recipes/webpack/webpack-config-setup
config
Expand Down

0 comments on commit f6f4465

Please sign in to comment.