From f5d0b85dbffd9623072957a9f3e0105ccebfbee1 Mon Sep 17 00:00:00 2001 From: Sanxiaozhizi Date: Mon, 30 Aug 2021 21:38:16 +0800 Subject: [PATCH] chore: move rollup-plugin-replace to devDependencies (#3136) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4aeb28330..2ad18d925d 100644 --- a/package.json +++ b/package.json @@ -101,6 +101,7 @@ "rollup-plugin-css-only": "^2.1.0", "rollup-plugin-esbuild": "^4.2.3", "rollup-plugin-filesize": "^9.1.1", + "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.27.3", "rollup-plugin-vue": "^6.0.0", @@ -157,8 +158,7 @@ "lodash": "^4.17.20", "mitt": "^2.1.0", "normalize-wheel": "^1.0.1", - "resize-observer-polyfill": "^1.5.1", - "rollup-plugin-replace": "^2.2.0" + "resize-observer-polyfill": "^1.5.1" }, "files": [ "lib",