bundle.js is no longer generated in grunt-react 0.12
sahat opened this issue · 5 comments
sahat commented
This code no longer works in grunt-react@0.12
:
browserify: {
options: {
transform: [require('grunt-react').browserify]
},
client: {
src: 'react/main.js',
dest: 'static/js/bundle.js'
}
}
It works fine in 0.10 and 0.11. Perhaps a bug in 0128961?
Update: Tested with the latest version of browserify.
ericclemmons commented
sahat commented
Hey @ericclemmons, I am using grunt-browserify
3.5.0, which uses browserify: ^9.0.3
.
adambbecker commented
ericclemmons commented
v0.12.1
is out with this fix, thanks to @apendua!
apendua commented
@ericclemmons Nice!