Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Does react-transform support updating the target file dynamically as well? #65

Closed
AjayKumarJ opened this issue Dec 22, 2015 · 2 comments

Comments

@AjayKumarJ
Copy link

I have tried the react-transform-boilerplate, it is really awesome. Is there any way I could see the changes the target folder as well when I make a change.
Currently, when I make any change it bundles it and directly updates in the server. Instead, I want to see the changes in the file (static/bundle.js) directly using (Finder and text editor).

This case, I can commit or take a reference of the bundle.js for the further use.

Thanks in advance.

@razh
Copy link

razh commented Dec 23, 2015

This issue pertains to webpack and not this plugin. This plugin only transforms syntax.

Relevant issue: webpack/webpack-dev-server#62

@gaearon gaearon closed this as completed Dec 23, 2015
@gajus
Copy link

gajus commented Jan 22, 2016

@AjayKumarJ You can make it write to the disk using a webpack plugin, https://github.com/gajus/write-file-webpack-plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants