Replace require with import in start task

This commit is contained in:
Dominik Prokop 2019-02-18 09:26:14 +01:00
parent 3ca4adf51e
commit 28f42bab5b

View File

@ -1,4 +1,4 @@
const concurrently = require('concurrently');
import concurrently from 'concurrently';
export const startTask = async ({ watchThemes, hot }: { watchThemes: boolean; hot: boolean }) => {
const jobs = [];