0.1.1 • Published 9 months ago

@debugids/rollup v0.1.1

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

@debugids/rollup

npm version

Injects Debug IDs into source and sourcemaps when using Rollup.

rollup.config.mjs

import debugIds from "@debugids/rollup";

export default {
  input: "./src/main.js",
  plugins: [debugIds()],
  output: {
    dir: "dist",
    format: "esm",
    sourcemap: true,
  },
};
0.1.1

9 months ago

0.1.0

9 months ago