-
-
Notifications
You must be signed in to change notification settings - Fork 428
Conversation
Is the |
On |
Should this be blocked by that then? It looks like several of the changes here are for rewriting in older JS syntax, unrelated to the |
Once the inject_styles script is being transpiled and minified correctly via #1524, and once Rich-Harris/shimport#32 is merged and released, is there any of this PR we still need besides updating shimport? |
ea3236a
to
eec0e50
Compare
#1524 does minify the For line 133, |
@benmccann the newest Babel is completely weird, it uses the filename of the babel config to determine what it applies to. I believe we should copy the babel config from the IE project into the official template, and it will fix this, because I literally spent weeks figuring it out. |
eec0e50
to
4449338
Compare
4449338
to
6b1730b
Compare
Probably a good idea to copy your config into the template. That's a bit different than the issue here though because I've been doing all my testing against antony/sapper-ie and this code still isn't being transpiled. I see the code on the filesystem getting transpiled. Maybe it's some kind of issue with the Rollup Babel plugin where it won't transpile code that doesn't exist on the filesystem or something. I don't really think it's worth spending several hours trying to figure it out though since this works |
@benmccann I've finally had a chance to try this build and I'm afraid it doesn't work. The reason is that the I'm going to see what happened with the older version - I feel like I remember that shimport was transpiled and loaded from |
I've raised #1544 to track |
Closes #1505
Upgrades to the latest version of shimport including the fix: Rich-Harris/shimport#32