1.2.16 • Published 1 year ago
esbuild-plugin-progress v1.2.16
esbuild-plugin-progress
A plugin to add a progress spinner to esbuild.
const esbuild = require('esbuild');
const progress = require('esbuild-plugin-progress');
esbuild.build({
entryPoints: ['./src/index.js'],
bundle: true,
outfile: './public/bundle.js',
plugins: [progress()],
});Examples
1.2.8
1 year ago
1.2.7
1 year ago
1.2.6
1 year ago
1.2.9
1 year ago
1.2.12
1 year ago
1.2.13
1 year ago
1.2.11
1 year ago
1.2.16
1 year ago
1.2.14
1 year ago
1.2.15
1 year ago
1.2.5
1 year ago
1.2.4
1 year ago
1.2.3
1 year ago
1.2.2
1 year ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.0.1
4 years ago
1.0.0
4 years ago