Suppression retour à la ligne inutile.
This commit is contained in:
parent
cdbf149676
commit
bb27b0b636
@ -2,7 +2,7 @@ const path = require('path');
|
|||||||
|
|
||||||
module.exports =
|
module.exports =
|
||||||
{
|
{
|
||||||
mode: "production", // pour tester les fichiers en version compressée
|
mode: "development",
|
||||||
devtool: "inline-source-map",
|
devtool: "inline-source-map",
|
||||||
entry:
|
entry:
|
||||||
{
|
{
|
||||||
@ -29,7 +29,7 @@ module.exports =
|
|||||||
},
|
},
|
||||||
output:
|
output:
|
||||||
{
|
{
|
||||||
filename: "./JS/prod/[name].app.js",
|
filename: "./JS/[name].app.js",
|
||||||
path: path.resolve(__dirname, "public")
|
path: path.resolve(__dirname, "public")
|
||||||
},
|
},
|
||||||
module:
|
module:
|
||||||
@ -45,7 +45,6 @@ module.exports =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
devServer:
|
devServer:
|
||||||
|
Loading…
Reference in New Issue
Block a user