Mode développement par défaut.

This commit is contained in:
Fabrice PENHOËT 2021-11-09 16:45:01 +01:00
parent b7d970016d
commit 11e27dbbd2
2 changed files with 2 additions and 1 deletions

1
public/datas/posts2.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@ const path = require('path');
module.exports =
{
mode: "production",
mode: "development",
entry:
{
exampleWithCSV: "./src/demo/exampleWithCSV.ts",