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
ERROR in ./client/web/public/app.ls
Module build failed: TypeError: /home/dima/myapp/client/web/public/app.ls: Cannot assign to read only property 'mappings' of {"version":3,"sources":["/home/dima/myapp/client/web/public/app.ls"],"names":[],"mappings":";AACA,QAAQ,wBAAD;AAGP,QAAQ,gBAAA;AACR,KAAM,CAAA,... etc.
The problem is that it includes source maps to the output and Babel fails to transpile it. In the end I fixed it by adding map option:
I use LiveScript loader with babel loader this way:
This configuration throws an exception:
The problem is that it includes source maps to the output and Babel fails to transpile it. In the end I fixed it by adding
map
option:Should the
map=linked-src
be default option? Or maybe some note should be added to README.The text was updated successfully, but these errors were encountered: