Closed mikz closed 8 years ago
in a form of plugins: [["name", options], ["other-name", otherOptions]]
plugins: [["name", options], ["other-name", otherOptions]]
like:
babelOptions: { "plugins": [ [ "react-transform", { "transforms": [{"transform": "react-transform-jspm-hmr"}] }] ] }
With this, I'm able to configure https://github.com/gaearon/babel-plugin-react-transform with correct transformations. The whole project available at https://github.com/mikz/jspm-react-hot-reload.
Perfect, thanks so much.
@guybedford thanks for all the awesome work! :star: :star2: :star:
in a form of
plugins: [["name", options], ["other-name", otherOptions]]
like:
With this, I'm able to configure https://github.com/gaearon/babel-plugin-react-transform with correct transformations. The whole project available at https://github.com/mikz/jspm-react-hot-reload.