update: remove copy plugin

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-03-08 12:29:23 +01:00
parent ac6f62f0a3
commit 300886c8b1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -62,7 +62,6 @@
"np": "^7.5.0", "np": "^7.5.0",
"postcss-nested": "^5.0.6", "postcss-nested": "^5.0.6",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"rollup-plugin-copy": "^3.4.0",
"ts-patch": "^2.0.1", "ts-patch": "^2.0.1",
"typescript": "^4.5.5", "typescript": "^4.5.5",
"typescript-transform-paths": "^3.3.1", "typescript-transform-paths": "^3.3.1",
-1
View File
@@ -5,7 +5,6 @@ import vueTypes from 'vite-plugin-vue-type-imports'
import svgLoader from 'vite-svg-loader' import svgLoader from 'vite-svg-loader'
import AutoImport from 'unplugin-auto-import/vite' import AutoImport from 'unplugin-auto-import/vite'
import replace from '@rollup/plugin-replace' import replace from '@rollup/plugin-replace'
import copy from 'rollup-plugin-copy'
import pkg from './package.json' import pkg from './package.json'
// https://vitejs.dev/config/ // https://vitejs.dev/config/