Ron Don Jon
Ron Don Jon
Same thing here after running `nano `
I just stumbled upon this as I was trying to find out why the preprocessed Typescript in my Svelte files is always yielding errors ("unexpected token") on the types :laughing:...
@huydhoang, have you included the library in your webpack config so that it gets transpiled? https://stackoverflow.com/questions/54043498/how-to-transpile-node-modules-modules-with-babel-loader Stack OverflowHow to transpile node_modules modules with babel-loader?Problem: I want to build bundle files...
PS: what else do you suggest to test before opening a PR? I mean, given that reCaptcha does not work on localhost, the options seem quite limited ...
Hello @cyco130, thanks so much for taking the time to reply and to reply so extensively. I have replaced my implementation with an adjusted version of your example, and the...
Reopened because I think this part from your answer might help others, too, if it was taken into the documentation: > The entry-hattip file is for customizing the server. If...
I am having a similar problem here, but I am trying to import local files, and the error message is more descriptive in this case: ``` /home/user/project/components/category/MyComponent.svelte:4:28 - error TS2307:...
PS: I just noticed that there is in fact a transformed version of the path inside the bundled application, but apparently it gets overwritten by a copy of the original...
See https://github.com/DeMoorJasper/parcel-plugin-svelte/issues/138
Same problem here. I had added xmllint to my unit tests, and noticed that they started to terminate randomly. After removing xmllint, the unit tests worked as intended.