Fix webpack build issue
continuous-integration/drone/pr Build is passing Details

See https://github.com/webpack/webpack/issues/14532
This commit is contained in:
Brain 2022-11-22 20:36:59 +01:00
parent 520ab5f438
commit 99441de1ad
Signed by: Brain
GPG Key ID: 9CF47083EE57670D
1 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@ steps:
- npm run lint
- name: build
image: node:18
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm run build
@ -35,11 +37,13 @@ trigger:
steps:
- name: build
image: node:18
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm install
- npm run build
---
kind: signature
hmac: 6154618a4e25c2da0b4f8b39783abc0ab77b40fabab8f714d89438c21ffd6790
hmac: 1379c171ca346c7f99acfcf60800ce1776d2341b34a1023c5862b79b13606703
...