empty sourcemaps for esm bundle
See original GitHub issuethe .es6
assets that are generated with this plugin, have an empty sourcemap:
{"version":3,"sources":[],"names":[],"mappings":"","file":"esm/vendor-b2c1fb4206cbdb61d74d.es6.js","sourceRoot":""}
If you want I can make a test case webpack.config with devtool: source-map
i
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Chrome does no apply mappings from SourceMap to console ...
I have a project set up using webpack that includes an inline sourcemap (including sources) in the generated bundle during development.
Read more >4 Reasons Why Your Source Maps are Broken - Sentry Blog
Here are four reasons why your source maps are broken and tips on how ... To do that, browser agents expect your bundled...
Read more >Build A Library With esbuild - Medium
How to bundle ESM, IIFE or CommonJS libraries with esbuild. ... To get started, let's create a new empty project. ... sourcemap: true,...
Read more >rollup.js
Empty Import. Load the module code, but don't make any new objects available. import './module.js';. This is useful for polyfills, or when the...
Read more >API - esbuild
Bundle ; Define; Entry points; External; Format; Inject; Loader; Minify; Outdir; Outfile; Packages; Platform; Serve; Sourcemap; Splitting ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
never mind I found the bug and opened the PR here #47
@prateekbh great that you’re looking into it! I tried
hidden-source-maps
on my test branch of this repo and the.es6.js.map
is empty, or do you want me to try it out in my project?