UNPKG

@nano-router/routes

Version:

Objects to setup routes

15 lines (14 loc) 226 B
export default { input: "lib/index.js", output: [ { file: "dist/bundle.cjs", format: "cjs", }, { file: "dist/bundle.mjs", format: "es", }, ], external: ["@nano-router/path"], };