UNPKG
@nano-router/routes
Version:
canary (2.0.0-alpha.7)
latest (3.2.0)
3.2.0
3.1.2
3.1.0
3.0.0
2.22.0
2.21.0
2.20.0
2.19.0
2.18.0
2.14.0
2.12.0
2.10.0
2.7.1
2.7.0
2.3.0
2.1.0
2.0.2
2.0.1
2.0.0
2.0.0-alpha.7
1.15.4
1.15.0
1.12.0
1.10.0
1.9.0
1.8.0
1.5.0
1.2.0
1.1.0
Objects to setup routes
sunesimonsen/nano-router
@nano-router/routes
/
rollup.config.js
15 lines
(14 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
input
:
"lib/index.js"
, output: [ { file:
"dist/bundle.cjs"
, format:
"cjs"
, }, { file:
"dist/bundle.mjs"
, format:
"es"
, }, ], external: [
"@nano-router/path"
], };