Fix webpack build issue
All checks were successful
continuous-integration/drone/pr Build is passing

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

View File

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