This repository was archived by the owner on Jan 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 150
[Bug] Generated bundle is missing the with
statement
#20
Comments
Merged
Cannot reproduce! Worked fine for the example on #19 . |
No way 😢 |
I am using following dependencies!
|
I reinstalled the node modules and it's the same: I also forgot to install rollup as a devdep in #19 btw |
@znck Still happening with a fresh install and node v6.5.0 |
znck
added a commit
that referenced
this issue
Sep 11, 2016
Buble removes statically conditions resolved conditions. if ('__VUE_WITH_STATEMENT__') // is always true |
I tested using |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the
compileTemplate
option the render function doesn't have thewith
statement.Example on #19
The text was updated successfully, but these errors were encountered: