This commit is contained in:
counterweight 2025-03-13 11:16:01 +01:00
parent 9dbe299a32
commit 161135e315
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 3 additions and 2 deletions

View file

@ -694,4 +694,4 @@ function offersPage() {
const myOffers = new MyOffers(ownOffersContainer); const myOffers = new MyOffers(ownOffersContainer);
} }
offersPage; offersPage();

View file

@ -210,6 +210,6 @@
</div> </div>
<%- include("partials/appCommonScripts") %> <%- include("partials/appCommonScripts") %>
<script src="/javascript/offers.js"></script> <script src="/javascript/offers.bundle.js"></script>
</body> </body>
</html> </html>

View file

@ -5,6 +5,7 @@ module.exports = {
invite: './src/front/pages/invite.js', invite: './src/front/pages/invite.js',
createProfile: './src/front/pages/createProfile.js', createProfile: './src/front/pages/createProfile.js',
login: './src/front/pages/login.js', login: './src/front/pages/login.js',
offers: './src/front/pages/offers.js',
}, },
output: { output: {
filename: '[name].bundle.js', filename: '[name].bundle.js',