-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update "broccoli-uglify-sourcemap" to v2.0.0-beta.1 #17
Conversation
included: function(app) { | ||
this._super.included.apply(this,arguments); | ||
|
||
this.options = app.options; | ||
const defaults = require('lodash.defaultsdeep'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not included in package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops, fixed
package.json
Outdated
"broccoli-uglify-sourcemap": "^2.0.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"lodash.defaultsdeep": "^4.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, this should be a dep not a devDep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should go to bed... fixed
since the two comments are addressed I'm merging and releasing as beta too |
related to ember-cli/broccoli-terser-sourcemap#49