babel-minify-webpack-plugin icon indicating copy to clipboard operation
babel-minify-webpack-plugin copied to clipboard

[DEPRECATED] Babel Minify Webpack Plugin

Results 14 babel-minify-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 4.17.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

This PR adds a simple start at hashing out the simpler parts of declaring TypeScript interfaces for consumers of `babel-minify-webpack-plugin`. This allows end-users to leverage this plugin in a TypeScript-authored...

Linux-Mint-18 4.15.0-46-generic # 49~16.04.1-Ubuntu node v11.1.0 [email protected] [email protected] Uncompressed bundle size: 11.6 MiB Prod config ony adding NODE_ENV=production, mode=production, devtool=none and babel-minfy-webpack-plugin. Build fails with nodeJS heap out of memory....

This plugin still depends on babel-core 6.23. Any possibility of updating to `@babel/core` instead?

I reproduce this issue when I use source maps with this plugin. My config file: ``` const path = require('path') const webpack = require("webpack"); const HtmlWebpackPlugin = require('html-webpack-plugin'); const MinifyPlugin...

flag: Needs more info

Some idea of how to do not delete the comments I created with the plugin banner. By the way I do not have the option comment a false, and the...

I have set `{comments: null}` (just a personal preference, `null` is a falsy value) in PluginOpts and it broke my build with the `ERROR in unknown: Cannot read property 'test'...

type: Bug
severity: 4 (inconvenient)

type: Feature
flag: Needs more info
priority: 5 (nice to have)

- Fixes for Webpack 4.x - Upgrades to `[email protected]` - Drops support for NodeJS 4.x - Sets minimum peerDep to Webpack 4.x - Adds schema enforcement BREAKING CHANGE: Sets `engines`...

type: Refactor
semver: Major
status: Pending