Skip to content
Snippets Groups Projects
Commit 1dd4982e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove unused postcss plugin

parent 2b8c0b79
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.1.1",
"vpu-common": "file:./vendor/common"
......
import path from 'path';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import postcss from 'rollup-plugin-postcss';
import copy from 'rollup-plugin-copy';
import {terser} from "rollup-plugin-terser";
import json from 'rollup-plugin-json';
......@@ -33,11 +32,6 @@ export default {
include: 'node_modules/**'
}),
json(),
postcss({
inject: false,
minimize: false,
plugins: []
}),
(build !== 'local' && build !== 'test') ? terser() : false,
copy({
targets: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment