Skip to content

with inlineStylesExtension build hangs indefinitely #1829

@leblancmeneses

Description

@leblancmeneses

Please provide the environment you discovered this bug in.

MacBook Pro M1 Max

npm create analog@latest

Which area/package is the issue in?

Don't know / other

Description

With latest npm create analog@latest

successfully builds:
npm run build && node dist/analog/server/index.mjs

update vite.config.ts

    analog({vite: {
        inlineStylesExtension: 'scss',
      }}),

build hangs indefinitely:
npm run build && node dist/analog/server/index.mjs

This config is documented here: https://analogjs.org/docs/integrations/angular-material#step-2-configuring-the-angular-material-library

cc: @cskiwi

Please provide the exception or error you saw

no error build hangs indefinitely

Other information

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions