Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Aug 26, 2024
1 parent 2f89083 commit 2bdffb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ First, you need to add webpack.external alias to `laravel-nova` and comment the

webpackConfig.externals = {
vue: 'Vue',
'laravel-nova': 'LaravelNova'
'laravel-nova': 'LaravelNova',
'laravel-nova-ui': 'LaravelNovaUi'
}

// webpackConfig.resolve.alias = {
Expand Down

0 comments on commit 2bdffb9

Please sign in to comment.