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
mozilla/source-map#247 mentions a source map problem with preact. A couple of the generated source maps are definitely wrong -- they refer to lines that don't appear in the generated file. I looked into this and found rollup/rollup#1254. Changing preact to require rollup 0.41 makes the bug go away.
The text was updated successfully, but these errors were encountered:
@developit This still seems to be an issue. I get the mentioned source map issue only when using preact, preventing me from using Webpack source maps in my production build.
mozilla/source-map#247 mentions a source map problem with preact. A couple of the generated source maps are definitely wrong -- they refer to lines that don't appear in the generated file. I looked into this and found rollup/rollup#1254. Changing preact to require rollup 0.41 makes the bug go away.
The text was updated successfully, but these errors were encountered: