Bryan Jones
Bryan Jones
Ok. Can you post a link to download a small demo project that shows the issue? I'll take a look.
I grabbed the download you linked, but that appears to be just a project so I don't have a Framework to test with. Are you *just* transpiling or are you...
Ah, I just connected your other email to this GitHub issue. Try this: rename the files in the Framework from `*.jsx` to `*.js`. Does that resolve the problem? I'm looking...
Can you boil the test case down to a single-file framework and a single-file project? Ideally something VERY simple—a couple lines of JSX in the framework file. Additionally, if you...
I have. I can reproduce the behavior, but I can't find a cause. The last thing I was looking into is whether it's possible to do this with Rollup/Babel at...
I'm using that plugin in CodeKit. Can you show me your entire Rollup/Babel configuration?
Select CodeKit in your Applications folder. Right-click and choose "View Package Contents". Search in that folder (and subfolders) for a file named `rollupAPITemplate.js`. Open that file in a text editor....
That should be good. The answer really depends on how your project is setup and what you’re doing in it—these configurations can get just stupidly-complex. Sent from my iPhone >...
Don’t specify plugins in the .babelrc file. Add them to the “Custom Plugins” list in Project Settings > Babel in CodeKit. Plugins won’t be loaded from .babelrc because CodeKit overrides...
What have you set the Browser Refresh Delay to in Project Settings > Browser Refreshing?