Suppression inline-source-map de la configuration de webpack pour alléger fichiers compilés.

This commit is contained in:
Fabrice PENHOËT 2022-01-18 18:20:07 +01:00
parent b4216d9626
commit b68429a419
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ const path = require('path');
module.exports =
{
mode: "development",
devtool: "inline-source-map",
entry:
{
example: "./src/example.ts",