Skip to content
Snippets Groups Projects
Unverified Commit 47d25b6d authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove rollup-plugin-consts package

parent 338fdeba
Branches
No related tags found
No related merge requests found
Pipeline #16209 canceled
......@@ -28,7 +28,6 @@
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"rollup": "^2.33.3",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
......
......@@ -7,7 +7,6 @@ import {terser} from "rollup-plugin-terser";
import json from '@rollup/plugin-json';
import serve from 'rollup-plugin-serve';
import url from "@rollup/plugin-url"
import consts from 'rollup-plugin-consts';
import del from 'rollup-plugin-delete';
import {getPackagePath, getDistPath} from '../../rollup.utils.js';
......@@ -35,9 +34,6 @@ export default (async () => {
del({
targets: 'dist/*'
}),
consts({
environment: build,
}),
resolve(),
commonjs(),
url({
......
......@@ -29,7 +29,6 @@
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"rollup": "^2.33.3",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
......
......@@ -6,7 +6,6 @@ import {terser} from "rollup-plugin-terser";
import json from '@rollup/plugin-json';
import serve from 'rollup-plugin-serve';
import url from "@rollup/plugin-url"
import consts from 'rollup-plugin-consts';
import del from 'rollup-plugin-delete';
import {getPackagePath, getDistPath} from '../../rollup.utils.js';
......@@ -34,9 +33,6 @@ export default (async () => {
del({
targets: 'dist/*'
}),
consts({
environment: build,
}),
resolve(),
commonjs(),
url({
......
......@@ -29,7 +29,6 @@
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"rollup": "^2.19.0",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
......
......@@ -6,7 +6,6 @@ import {terser} from "rollup-plugin-terser";
import json from '@rollup/plugin-json';
import serve from 'rollup-plugin-serve';
import url from "@rollup/plugin-url";
import consts from 'rollup-plugin-consts';
import del from 'rollup-plugin-delete';
import emitEJS from 'rollup-plugin-emit-ejs'
import {getPackagePath, getDistPath} from '../../rollup.utils.js';
......@@ -60,10 +59,6 @@ export default (async () => {
del({
targets: 'dist/*'
}),
consts({
environment: build,
buildInfo: getBuildInfo(),
}),
emitEJS({
src: 'assets',
include: ['**/*.ejs', '**/.*.ejs'],
......
......@@ -28,7 +28,6 @@
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"rollup": "^2.33.3",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
......
......@@ -6,7 +6,6 @@ import {terser} from "rollup-plugin-terser";
import json from '@rollup/plugin-json';
import serve from 'rollup-plugin-serve';
import url from "@rollup/plugin-url";
import consts from 'rollup-plugin-consts';
import del from 'rollup-plugin-delete';
import fs from "fs";
import selfsigned from "selfsigned";
......@@ -56,9 +55,6 @@ export default (async () => {
del({
targets: 'dist/*'
}),
consts({
environment: build,
}),
resolve(),
commonjs(),
json(),
......
......@@ -24,7 +24,6 @@
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"rollup": "^2.33.3",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
......
......@@ -5,7 +5,6 @@ import copy from 'rollup-plugin-copy';
import {terser} from "rollup-plugin-terser";
import json from '@rollup/plugin-json';
import serve from 'rollup-plugin-serve';
import consts from 'rollup-plugin-consts';
import del from 'rollup-plugin-delete';
import typescript from 'rollup-plugin-typescript2';
......@@ -32,9 +31,6 @@ export default {
del({
targets: 'dist/*'
}),
consts({
environment: build,
}),
resolve(),
commonjs(),
json(),
......
......@@ -34,7 +34,6 @@
"karma-mocha": "^2.0.1",
"mocha": "^8.0.1",
"rollup": "^2.18.1",
"rollup-plugin-consts": "^1.0.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-emit-ejs": "^3.1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment