UNPKG
@overlook/plugin-build
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Overlook framework build plugin
github.com/overlookjs/plugin-build
overlookjs/plugin-build
@overlook/plugin-build
/
index.js
11 lines
(7 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* -------------------- * @overlook/plugin-build module * CJS entry point * ------------------*/
'use strict'
;
// Exports
module
.
exports
=
require
(
'./lib/index.js'
);