Implement front end location/time/weather etc

This commit is contained in:
Dale Davies
2022-02-08 23:05:56 +00:00
parent 36f44fb266
commit 6d5366147f
19 changed files with 275 additions and 150 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
mode: 'production',
entry: './jumpapp/assets/js/src/index.js',
output: {
filename: 'index.js',
filename: 'index.bundle.js',
path: path.resolve(__dirname, './jumpapp/assets/js/'),
},
};