1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Plugin Repo: Add support for source maps

This commit is contained in:
Laurent Cozic
2021-12-22 11:28:05 +01:00
parent 780f2ea12b
commit bc9dac2feb
5 changed files with 48 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env node
require('source-map-support').install();
import * as fs from 'fs-extra';
import * as path from 'path';
import * as process from 'process';