1.3.17 • Published 6 months ago

esbuild-plugin-realpath v1.3.17

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

6 months ago

1.3.10

6 months ago

1.3.13

6 months ago

1.3.14

6 months ago

1.3.11

6 months ago

1.3.12

6 months ago

1.3.17

6 months ago

1.3.15

6 months ago

1.3.16

6 months ago

1.3.9

6 months ago

1.3.8

6 months ago

1.3.6

6 months ago

1.3.5

6 months ago

1.3.4

6 months ago

1.3.3

6 months ago

1.2.0

7 months ago

1.2.4

7 months ago

1.3.2

7 months ago

1.2.3

7 months ago

1.3.1

7 months ago

1.2.2

7 months ago

1.3.0

7 months ago

1.2.1

7 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