-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
" zero or multiple dart scripts" error #18
Comments
I may be mistaken, but I think ScriptCompactor is actually part of the DartSDK. This is an SDK bug, not dart_to_js_script_rewriter bug. |
Can you please post your pubspec.yaml ? |
Thanks, Faisal and Seth. Here is my pubspec.yaml:
I also tried with removing one of the entry points, but with same results. |
I see the same error in a polymer 1.0 application if I put |
ah, the issue here is the |
Even though I have reference to a single dart script, I get the following error on "release" build.
I do have references to two other JavaScript scripts in the same index.html.
I am not sure if I am doing something wrong, or this is a bug.
The text was updated successfully, but these errors were encountered: