We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was reading the help on the CLI tool and learned you can compile a whole folder. So I tried the CLI tool.
$ svelte compile -f amd -m -i src/components -o build/components svelte version 1.3.0 compiling src/components/HelloWorld.html... wrote build/components/HelloWorld.js wrote build/components/HelloWorld.js.map
Out looks great, but when I go to my file tree, this is what I have:
. ├── build │ └── components │ └── HelloWorld.js ├── HelloWorld.js.map └── src └── components └── HelloWorld.html
As you can see, the sourcemap didn't appear where it claimed it was putting it.
The text was updated successfully, but these errors were encountered:
Thanks! Fixed this (and a couple of semi-related sourcemap bugs) in svelte@1.6.10 and svelte-cli@1.3.1
Sorry, something went wrong.
Thanks Rich!
No branches or pull requests
I was reading the help on the CLI tool and learned you can compile a whole folder. So I tried the CLI tool.
Out looks great, but when I go to my file tree, this is what I have:
As you can see, the sourcemap didn't appear where it claimed it was putting it.
The text was updated successfully, but these errors were encountered: