Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2665698 authored by Akhil's avatar Akhil 🙂
Browse files

correct webpack

parent cec1e1ff
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ const path = require('path')
module.exports = {
	...webpackConfig,
	entry: {
		'admin-settings': path.join(__dirname, 'src/admin.js'),
		'personal-settings': path.join(__dirname, 'src/personal.js'),
	},
}