1.3.17 • Published 9 months ago

esbuild-plugin-realpath v1.3.17

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

esbuild-plugin-realpath

A plugin to resolve the fs.realpath for modules in monorepos targeting the browser and node.

const esbuild = require('esbuild');
const realpath = require('esbuild-plugin-realpath');

esbuild.build({
  entryPoints: ['./src/index.js'],
  bundle: true,
  outfile: './public/bundle.js',
  plugins: [realpath()],
});

Examples

code

1.3.7

9 months ago

1.3.10

9 months ago

1.3.13

9 months ago

1.3.14

9 months ago

1.3.11

9 months ago

1.3.12

9 months ago

1.3.17

9 months ago

1.3.15

9 months ago

1.3.16

9 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.6

9 months ago

1.3.5

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.2.0

10 months ago

1.2.4

10 months ago

1.3.2

10 months ago

1.2.3

10 months ago

1.3.1

10 months ago

1.2.2

10 months ago

1.3.0

10 months ago

1.2.1

10 months ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago