Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fix path for entry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Aug 8, 2023
1 parent d7f43f8 commit 2676bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Encore
.setOutputPath('public/build/themes/sylius-tailwind')
.setPublicPath('/build/themes/sylius-tailwind')

.addEntry('sylius-tailwind-theme-entry', './themes/sylius-tailwind-theme/assets/entry.js')
.addEntry('sylius-tailwind-theme-entry', __dirname + '/assets/entry.js')

.disableSingleRuntimeChunk()
.cleanupOutputBeforeBuild()
Expand Down

0 comments on commit 2676bfa

Please sign in to comment.