Closed alshakero closed 6 years ago
@alshakero Thanks for detailed issue! But we don't do minification directly, we just use https://github.com/babel/minify/tree/master/packages/babel-preset-minify, seems something have bug. Please create issue there.
Hi! Thank you for the awesome package. I've been using it for a long time and it's been great. Today I stumbled upon this issue.
Node version
OS: Windows 10
This:
Is minified to this:
Whole bundle
Reproduction repo
https://github.com/alshakero/webpack_bug
Reproduction steps
npm install
.npm run build
You should see the results in
dist
with obvious names.Potentially usefull information: