chore: mv app src

This commit is contained in:
dancingCycle 2024-01-30 21:43:49 +01:00
parent 8719371ef6
commit a13acce81f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
//tell Webpack to generate src maps
devtool: 'inline-source-map',
//entry point of app
entry: './app/index.js',
entry: './src/index.js',
//put the output of the bundling process at this place
output: {
path: path.resolve(__dirname, 'build'),