Generalize bundler language/variable names
These changes are not specific to webpack, but apply to other bundlers as well.
This commit is contained in:
parent
4990d6a103
commit
cd6b2afc15
3 changed files with 14 additions and 14 deletions
|
|
@ -26,7 +26,7 @@ Cockpit Starter Kit Example Module
|
|||
|
||||
%prep
|
||||
%autosetup -n %{name} -a 1
|
||||
# ignore pre-built webpack in release tarball and rebuild it
|
||||
# ignore pre-built bundle in release tarball and rebuild it
|
||||
# but keep it in RHEL/CentOS-8, as that has a too old nodejs
|
||||
%if ! 0%{?rhel} || 0%{?rhel} >= 9
|
||||
rm -rf dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue