Configuration option loader is ignored when type: "transform"
See original GitHub issueHi,
I noticed having type: 'bundle'
in my esbuild-runner config broke my test coverage, so swapped it out to "transform"
.
This, however, caused my loader
definition to be ignored.
Would it be possible to give type: 'transform'
the same love you gave to bundle
in #24 ?
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Configuration option loader(s) is ignored · Issue #24 - GitHub
My use case is testing modules that use static binary assets. My esbuild-runner-config.js : module.exports = { ...
Read more >asp.net - Web Config Transform not working - Stack Overflow
It describes how to modify the .msproj file to overwrite the current web.config by the transformed version. I will first describe that workaround...
Read more >Options - Babel
If any of patterns match, the current configuration object is considered inactive and is ignored during config processing. This option is most useful...
Read more >API - esbuild
This setting is a convention from Webpack that esbuild respects for any imported file, not just files used with inject. #Loader. Supported by:...
Read more >Configuration - React Styleguidist
js file in your project's root folder. You can change the location of the config file using --config CLI option. assetsDir #. Type:...
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
Hi. Is fix still coming?
Messages crossed. Thanks!