zouhir / jarvis

A very intelligent browser based Webpack dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use this with Babel?

Frexuz opened this issue · comments

We just have a .babelrc file:

{
  "presets": ["react-native"],
  "plugins": ["transform-object-rest-spread"]
}

Would it be possible to setup Jarvis with this?

This plugin provides a dashboard with status info of the current webpack build of your app. Note that is a webpack plugin, not a babel plugin.

Reading your description, it seems like you are not using webpack?

@Frexuz, since Jarvis is a webpack plugin you need to use webpack to bundle your files, however you can use babel to transform them. here is a small tutorial on how you can do so 😄, I will close this issue since @timosta's and this hopefully answered your question. If not, feel free to reopen it