You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using Webpack with the Babel Loader set to ignore node_modules folders. As such its not possible to transpile from JSX to JS. Such settings are prominent.
Due to the above issue Im receiving an unknown token error within the countdown_timer.jsx. From my googling it appears modules are normally transpiled before being made available on npm. This is the only module in which Im having such an issue.
I have copied the countdown_timer.jsx file directly into my project which will transpile, however it would be nice to transpile the code before publishing it to npm.
Currently using Webpack with the Babel Loader set to ignore node_modules folders. As such its not possible to transpile from JSX to JS. Such settings are prominent.
Due to the above issue Im receiving an unknown token error within the countdown_timer.jsx. From my googling it appears modules are normally transpiled before being made available on npm. This is the only module in which Im having such an issue.
I have copied the countdown_timer.jsx file directly into my project which will transpile, however it would be nice to transpile the code before publishing it to npm.
http://chadly.net/2015/04/publishing-react-to-npm/
Thanks,
Emmet
The text was updated successfully, but these errors were encountered: