Unless I did something wrong, I can tell that preact-cli doesn't provide source map for development. I'm seeing cryptic error like this:
VM2163:37 Uncaught DOMException: Failed to execute 'createElement' on 'Document': The tag name provided ('[object Object]') is not a valid name.
at u (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:37:86)
at m (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:70:471)
at h (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:67:110)
at k (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:149:113)
at k (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:148:185)
at x (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:128:419)
at U (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:169:176)
at m (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:70:349)
at v (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:98:12)
at m (eval at <anonymous> (http://localhost:8080/bundle.js:830:1), <anonymous>:76:228)
Unless I did something wrong, I can tell that preact-cli doesn't provide source map for development. I'm seeing cryptic error like this: