feature: generate pdf from actor

This commit is contained in:
Matthieu CAILLEAUX
2021-10-18 00:35:13 +02:00
parent f96372b236
commit 145207a1c5
14 changed files with 391 additions and 138 deletions

View File

@@ -2,8 +2,7 @@ const path = require('path');
module.exports = {
entry: './src/main.ts',
devtool: 'inline-source-map',
devtool: 'eval-source-map',
module: {
rules: [
{