This commit is contained in:
counterweight 2025-03-13 11:28:07 +01:00
parent 0f7ec6f521
commit 17517f798d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 27 additions and 1 deletions

View file

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