UNPKG
@northbrook/rollup
Version:
latest (1.0.1)
1.0.1
1.0.0
Rollup your Northbrook packages
github.com/northbrookjs/rollup
northbrookjs/rollup
@northbrook/rollup
/
northbrook.js
11 lines
(9 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
require
(
'buba/register'
)
module
.exports = {
plugins:
[
'northbrook/plugins'
,
'eslint'
,
'buba'
,
'./src/index.js'
] }