Skip to content

bug: esbuild support #1435

@broomfn

Description

@broomfn

Current Behavior

Testing out esbuild, but get the following error:

▲ [WARNING] The glob pattern import("./**/.entry.js") did not match any files [empty-glob]

node_modules/@stencil/core/internal/client/index.js:82:2:
  82 │   `./${bundleId}.entry.js${BUILD4.hotModuleReplacement && hmrVersi...

Expected Behavior

It would be nice if it worked with esbuild

Steps to Reproduce

Switch this line to use browser-esbuild:

  "architect": {
    "build": {
      "builder": "@angular-devkit/build-angular:browser",

Kick off a build.

Code Reproduction URL

No response

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions