Suppression inline-source-map de la configuration de webpack pour alléger fichiers compilés.
This commit is contained in:
parent
b4216d9626
commit
b68429a419
@ -3,7 +3,6 @@ const path = require('path');
|
||||
module.exports =
|
||||
{
|
||||
mode: "development",
|
||||
devtool: "inline-source-map",
|
||||
entry:
|
||||
{
|
||||
example: "./src/example.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user