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

Remove rollup-plugin-consts package

parent 9ab3fd7d
No related branches found
No related tags found
No related merge requests found
Pipeline #16360 passed
......@@ -8,8 +8,6 @@ import {terser} from "rollup-plugin-terser";
import json from '@rollup/plugin-json';
import serve from 'rollup-plugin-serve';
import urlPlugin from "@rollup/plugin-url";
// TODO: remove consts if "environment" isn't needed because "getAPiUrl" is removed
import consts from 'rollup-plugin-consts';
import license from 'rollup-plugin-license';
import del from 'rollup-plugin-delete';
import emitEJS from 'rollup-plugin-emit-ejs'
......@@ -114,10 +112,6 @@ export default (async () => {
del({
targets: 'dist/*'
}),
// TODO: remove consts if "environment" isn't needed any more because "getAPiUrl" is removed
consts({
environment: appEnv,
}),
emitEJS({
src: 'assets',
include: ['**/*.ejs', '**/.*.ejs'],
......
Subproject commit cdf77aec12b85db050ffbaf194482ae225b67c9d
Subproject commit f936257b26f1af34cc05cbf68f3b02f00c1b1fdd
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment