You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this package work with es6 type syntax i.e. will it support arrow functions => or .? etc or does it have the same issues as Mads package?
Steps to recreate
Create the bundle with a javascript that contains es6 type syntax
Set in bundle config minify to true
Right mouse click on solution and rebuild.
Current behavior
Fails when rebuilding solution with Bundler & Minifier error 0: Object reference not set to an instance of an object.. If I set minify to false everything works fine
Expected behavior
Should compile without errors
The text was updated successfully, but these errors were encountered:
dotnetshadow
changed the title
ES6 support or advanced javascript syntax =>
ES6 support or advanced javascript syntax => ?
Nov 13, 2024
Installed product versions
Description
Does this package work with es6 type syntax i.e. will it support arrow functions
=>
or.?
etc or does it have the same issues as Mads package?Steps to recreate
Current behavior
Fails when rebuilding solution with
Bundler & Minifier error 0: Object reference not set to an instance of an object.
. If I set minify to false everything works fineExpected behavior
Should compile without errors
The text was updated successfully, but these errors were encountered: