You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Not understanding what I'm doing wrong in my Gruntfile.js config.
When I run grunt build, getting the following in my console and the build Aborts:
Running "rollup:amd" (rollup) task
options.entry is deprecated, use options.input
The following options have been renamed — please update your config: moduleName -> name, sourceMap -> sourcemap, sourceMapFile -> sourcemapFile, useStrict -> strict
Warning: bundle.generate(...) now returns a Promise instead of a { code, map } object Use --force to continue.
Aborted due to warnings.
I was able to fix a few of the things it was complaining about, but not sure how to fix this. Here is my config for rollup:
I was able to figure out the issue. This version of Hopscotch is using an outdated version of grunt-rollup. Fixed by updating the grunt-rollup package and build now passes.
Not understanding what I'm doing wrong in my Gruntfile.js config.
When I run
grunt build
, getting the following in my console and the build Aborts:I was able to fix a few of the things it was complaining about, but not sure how to fix this. Here is my config for rollup:
Any help/guidance with this would be much appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: