Skip to content

Fix webpack issue

Fix webpack issue #350

Triggered via pull request March 20, 2025 12:03
Status Failure
Total duration 2m 38s
Artifacts

publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
packages/webpack-plugin/src/__tests__/plugin.test.ts > devupUIPlugin > no watch > should catch error: packages/webpack-plugin/src/plugin.ts#L137
TypeError: Cannot read properties of undefined (reading 'DefinePlugin') ❯ DevupUIWebpackPlugin.apply packages/webpack-plugin/src/plugin.ts:137:28 ❯ packages/webpack-plugin/src/__tests__/plugin.test.ts:117:14
packages/webpack-plugin/src/__tests__/plugin.test.ts > devupUIPlugin > no watch > should skip writing css file: packages/webpack-plugin/src/plugin.ts#L137
TypeError: Cannot read properties of undefined (reading 'DefinePlugin') ❯ DevupUIWebpackPlugin.apply packages/webpack-plugin/src/plugin.ts:137:28 ❯ packages/webpack-plugin/src/__tests__/plugin.test.ts:139:14
packages/webpack-plugin/src/__tests__/plugin.test.ts > devupUIPlugin > watch > should write css file: packages/webpack-plugin/src/plugin.ts#L137
TypeError: Cannot read properties of undefined (reading 'DefinePlugin') ❯ DevupUIWebpackPlugin.apply packages/webpack-plugin/src/plugin.ts:137:28 ❯ packages/webpack-plugin/src/__tests__/plugin.test.ts:188:14
packages/webpack-plugin/src/__tests__/plugin.test.ts > devupUIPlugin > watch > should register devup watch: packages/webpack-plugin/src/plugin.ts#L137
TypeError: Cannot read properties of undefined (reading 'DefinePlugin') ❯ DevupUIWebpackPlugin.apply packages/webpack-plugin/src/plugin.ts:137:28 ❯ packages/webpack-plugin/src/__tests__/plugin.test.ts:219:14
packages/webpack-plugin/src/__tests__/plugin.test.ts > devupUIPlugin > should include lib: packages/webpack-plugin/src/plugin.ts#L137
TypeError: Cannot read properties of undefined (reading 'DefinePlugin') ❯ DevupUIWebpackPlugin.apply packages/webpack-plugin/src/plugin.ts:137:28 ❯ packages/webpack-plugin/src/__tests__/plugin.test.ts:301:12
publish
Process completed with exit code 1.