From e483780ead904b64bc0de8eb1558032239321502 Mon Sep 17 00:00:00 2001 From: jaesung-lee Date: Wed, 7 Jul 2021 16:16:08 +0900 Subject: [PATCH] fix: plugin bundle config and dependencies env (#1649) * chore: change chart, color-picker, uml bundle to umd for compatiblity of the webpack4 * env: add rollup plugin dev dependencies * docs: fix the serve process --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 17c4ea7c5c..0bde41fb27 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,7 @@ }, "devDependencies": { "@toast-ui/release-notes": "^2.0.1", - "cross-env": "^6.0.3", - "rollup": "2.52.0", - "@rollup/plugin-typescript": "8.2.1" + "cross-env": "^6.0.3" }, "dependencies": { "prosemirror-commands": "^1.1.9",