-
-
Notifications
You must be signed in to change notification settings - Fork 179
Cannot read property 'reset' of undefined #31
Comments
Impossible to say. There's not enough information to debug. |
UglifyJS v3 has a new, backwards incompatible API. I guess it has no methods like uglify.base54.reset() or uglify.parse() |
Ah, you are using Uglify 3... The plugin doesn't support Uglify 3 yet. |
Thanks! I changed v2.8.23 and it can work:) |
Ok, track #32 for progress with UglifyJS 3. I expect that will be a new major version of the plugin as the API it provides has to change as well most likely. |
Question Here is the repo: https://github.com/kwelch/simple-react-starter (using the |
@bebraw I am still having this issue. Should we re-open this ticket or create a new one? You should be able to use my repo from my previous comment to reproduce the error message. Update: Here is my build script: The app is as bare-bones that I could think of. |
@kwelch Try the |
@michael-ciniawsky Error:
|
Try without |
Good to know thanks! |
@michael-ciniawsky I took out all settings about related to devtool and still same |
You must install uglify2 |
What's 'reset' mean?
The text was updated successfully, but these errors were encountered: