GithubHelp home page GithubHelp logo

Comments (5)

alexander-akait avatar alexander-akait commented on September 1, 2024 1

@kettanaito sorry, you are right, you have valid config, i reopen issue, but seems it is not related to plugin, we just pass option to babel using babel-preset-minify

from babel-minify-webpack-plugin.

kettanaito avatar kettanaito commented on September 1, 2024 1

@evilebottnawi thanks!

Let's address the respective repository then, it seems things are broken. Do you mind doing so? If not, please just direct me what is a proper place to ask.

Regardless, what do you think about adding at least one real-world example to this repo? That would help a lot, from my experience.

from babel-minify-webpack-plugin.

alexander-akait avatar alexander-akait commented on September 1, 2024

@kettanaito Thanks for issue, you just use invalid configuration - use minifyOptions: { ... } for mangle option, see https://github.com/webpack-contrib/babel-minify-webpack-plugin#pluginopts

from babel-minify-webpack-plugin.

kettanaito avatar kettanaito commented on September 1, 2024

@evilebottnawi thanks for the reply!

TL;DR

Please show me a missing example of how to provide these options using BabelMinifyPlugin. Thanks.

Long version

To be honest, I would like to see at least one working example. Even what you've posted right now doesn't make much sense to me:

Here's how to use the plugin from its README:

new MinifyPlugin(minifyOpts, pluginOpts)

How I'm using it:

new MinifyPlugin({
  removeConsole: true,
  mangle: { ... }
})

You suggest I should use minifyOptions, which I do - that's the Object which the plugin accepts as the first argument, isn't it?

removeConsole and removeDebugger, which are minifyOptions, if I get it correctly, work properly when passed as I am passing them. That makes it valid to assume the first Object is a minifyOptions.

Please, could you clarify this? It feels like there's no clear explanation how to pass those options.
Thanks.

P.S. I would be only glad to add the proper example of usage myself as a pull request, only explain it to me please.

from babel-minify-webpack-plugin.

alexander-akait avatar alexander-akait commented on September 1, 2024

@kettanaito agree, PR welcome, many work right now

from babel-minify-webpack-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.