Skip to content

Commit

Permalink
Correct manifest paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 20, 2024
1 parent d1ac837 commit 323d871
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/twigpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
'cacheKeySuffix' => '',
// Manifest file names
'manifest' => [
'legacy' => 'mix-manifest.json',
'modern' => 'mix-manifest.json',
'legacy' => 'manifest.json',
'modern' => 'manifest.json',
],
// Public server config
'server' => [
'manifestPath' => '@webroot/assets/dist',
'publicPath' => '@web/assets/dist',
// Don't prepend manifest paths with anything else:
'publicPath' => '',
],
// webpack-dev-server config
'devServer' => [
Expand Down

0 comments on commit 323d871

Please sign in to comment.