stencil-cli icon indicating copy to clipboard operation
stencil-cli copied to clipboard

Stencil bundle does not include js.map files

Open kkhofmann opened this issue 2 years ago • 1 comments

Expected behavior

Bundle should contain js.map files.

Actual behavior

Bundle does not contain js.map files.

Steps to reproduce behavior

run stencil bundle

Environment

Stencil-cli version stencil --version: 5.2.0

Node version node -v: v14.19.1

NPM version npm -v: 6.14.16

OS: Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64 x86_64

kkhofmann avatar Sep 08 '22 12:09 kkhofmann

I have come across this issue recently and am interested in knowing why the bundle does not contain the source maps.

Environment: stencil-cli: v7.0.0 node: v18.15.0 npm: 9.5.0

churdstheword avatar Apr 11 '23 16:04 churdstheword