1.3.17 • Published 8 months ago

esbuild-plugin-realpath v1.3.17

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

1.3.10

8 months ago

1.3.13

8 months ago

1.3.14

8 months ago

1.3.11

8 months ago

1.3.12

8 months ago

1.3.17

8 months ago

1.3.15

8 months ago

1.3.16

8 months ago

1.3.9

8 months ago

1.3.8

8 months ago

1.3.6

8 months ago

1.3.5

8 months ago

1.3.4

8 months ago

1.3.3

8 months ago

1.2.0

8 months ago

1.2.4

8 months ago

1.3.2

8 months ago

1.2.3

8 months ago

1.3.1

8 months ago

1.2.2

8 months ago

1.3.0

8 months ago

1.2.1

8 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