babel-minify-webpack-plugin
babel-minify-webpack-plugin copied to clipboard
[DEPRECATED] Babel Minify Webpack Plugin
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) > *...
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...
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'...
- 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`...