mirror of
https://github.com/daledavies/jump.git
synced 2025-11-02 11:25:50 +01:00
Implement front end location/time/weather etc
This commit is contained in:
@@ -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/'),
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user