changes to make build work on the server
This commit is contained in:
@@ -28,7 +28,7 @@ export class UmbInputSliderElement extends FormControlMixin(UmbLitElement) {
|
||||
|
||||
#onChange(e: UUISliderEvent) {
|
||||
e.stopPropagation();
|
||||
super.value = e.target.value;
|
||||
this.value = e.target.value;
|
||||
this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true }));
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import packageJson from '../../../../package.json';
|
||||
|
||||
export const umbMeta = {
|
||||
name: 'Bellissima',
|
||||
clientName: packageJson.name,
|
||||
clientVersion: packageJson.version,
|
||||
clientName: 'Umbraco.CMS.Backoffice',
|
||||
clientVersion: '#CLIENTVERSION#', // will be replaced by the build script
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user