We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 `
The text was updated successfully, but these errors were encountered:
I found the solution .. should be changed the following things within gulpfile:
udos86/ng-dynamic-forms#494 or rollup/rollup#1479
Sorry, something went wrong.
@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!
No branches or pull requests
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
`
The text was updated successfully, but these errors were encountered: