Closed MaxGraey closed 7 years ago
What's the point of duplicating things exactly?
Different implementation
For example:
const ButternutWebpackPlugin = require('butternut-webpack-plugin').default;
vs
const ButternutPlugin = require('webpack-butternut-plugin');
Comparing the require is not an impactful improvement.
Any benchmarks? PRs exists for a reason too.
@Apercu Actually I started of working one week ago and your implementation I find out only today. Anyway I don't see a problem for example webpack's UglifyJS plugin has three different implementation as minimum.
Benchmark will be later with Closure and Uglify competitors
With supporting async batching