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

Removed babel

This commit is contained in:
Laurent Cozic
2017-11-03 18:39:08 +00:00
parent b7e74e4547
commit a1cb172bc3
12 changed files with 54 additions and 3906 deletions

View File

@@ -1,8 +1,5 @@
"use strict"
require('source-map-support').install();
require('babel-plugin-transform-runtime');
const fs = require('fs-extra');
const { Logger } = require('lib/logger.js');
const { dirname } = require('lib/path-utils.js');