-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output dir error #53
Comments
operandom/gulp-rollup is just an outdated gulp-rollup. gulp-rollup v1.x has been superseded by rollup-stream, so you should be using that instead. With that being said, running your test case just gives me this:
I would also prefer a test case that doesn't require me to put things in my home directory if you can produce one. Although once again, my recommendation is to simply use rollup-stream, which is far, far less prone to problems like this one. |
you test case error is You said that you can use |
It does exist. That's why I asked you not to make me put things in my home directory if possible. I'm using Linux, which shouldn't be any different, but perhaps it is. Regardless, if you can eliminate the I guess I forgot to put information about how to achieve multiple entry points in the README. Sorry about that. In the meantime, this comment will help: lemmabit/rollup-stream#9 (comment) Its rather boilerplate, I'll admit. I've never had sufficient motivation to create a separate package to do that work. I'd say it's definitely a step up from using gulp-rollup for this, though. |
if
path = 'test.js'
then output dir is~/app/src/test.js
,I don't know why.but if
path = 'pc/js/test.js'
then output dir is~/app/pc/js/test.js
, this is right.so change
operandom/gulp-rollup
all is ok. And I think it is necessary to use 'entry' as' gulp.src'.The text was updated successfully, but these errors were encountered: