Skip to content
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

Rollup Error in Gulpfile #197

Closed
abalad opened this issue Sep 19, 2017 · 2 comments
Closed

Rollup Error in Gulpfile #197

abalad opened this issue Sep 19, 2017 · 2 comments

Comments

@abalad
Copy link

abalad commented Sep 19, 2017

Gulpfile is generating the following error with the new version of the rollup:

`options.entry is deprecated, use options.input

events.js:163
throw er; // Unhandled 'error' event
^
Error: Unexpected key 'moduleName' found, expected one of: acorn, amd, banner, cache, context, entry, exports, extend, external, file, footer, format, globals, indent, input, intero
p, intro, legacy, moduleContext, name, noConflict, onwarn, output, outro, paths, plugins, preferConst, pureExternalModules, sourcemap, sourcemapFile, strict, targets, treeshake, wat
ch
`

@abalad
Copy link
Author

abalad commented Sep 19, 2017

I found the solution .. should be changed the following things within gulpfile:

udos86/ng-dynamic-forms#494
or
rollup/rollup#1479

@jvandemo
Copy link
Owner

@abalad — This was fixed in #190 and was released as v11.4.0. If you update your generator to the latest version, it should be okay 👍 Thanks!

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

No branches or pull requests

2 participants