Use recommended devtool for development builds
This commit is contained in:
parent
e4a2d7513b
commit
15b4842c4f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = merge(common, {
|
|||
target: process.env.WEBPACK_SERVE ? 'web' : 'browserslist',
|
||||
mode: 'development',
|
||||
entry: { 'main.jellyfin': './scripts/site.js' },
|
||||
devtool: 'source-map',
|
||||
devtool: 'eval',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue