gulp-jspm-build
gulp-jspm-build copied to clipboard
TypeError: Cannot read property 'bundles' of null
Hi,
I am getting this error when using gulp-jspm-build
gulp.task('jspm', function() { jspm({ bundleOptions: { minify: true, mangle: false }, bundles: [ { src: ['target/webapp/main.js'], dst: 'app-bundle.js' } ] }).on('error', function(e) { console.log(e); }) .pipe(gulp.dest('dist-bundle')); });
Error : TypeError: Cannot read property 'bundles' of null at buildConfig (C:\Proj Work\app\node_modules\gulp-jspm-build\lib\buildConfig.js:5:15)
Please help me to fix this
i had this problem too, is this repo no maintained more?