Describe the bug
I'm currently updating the dev dependencies of the angular component library angular-archwizard.
While updating a bunch of dependencies (see here for the performed changes) I ran into a build failure that occurred during the execution of scss-bundle (see here for the error log).
The build failed with the following error message:
[20:59:56] erro: "entryFile" is not defined.
I am not sure why scss-bundle can't find entryFile, because it is defined inside the scss-bundle.config.json file which consists of:
Describe the bug I'm currently updating the dev dependencies of the angular component library
angular-archwizard
. While updating a bunch of dependencies (see here for the performed changes) I ran into a build failure that occurred during the execution ofscss-bundle
(see here for the error log).The build failed with the following error message:
I am not sure why
scss-bundle
can't findentryFile
, because it is defined inside thescss-bundle.config.json
file which consists of:The error occurs with
scss-bundle
version~3.1.2
. When usingscss-bundle
version~3.0.0
, the error does not occur.To Reproduce Steps to reproduce the behavior:
angular-archwizard
usinggit clone git@github.com:madoar/angular-archwizard.git
angular-archwizard
usingnpm i
angular-archwizard
usingnpm run build
Expected behavior The build to succeed.
Package version: v3.1.2 Node version: v12.18.4 OS: Linux