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
/
lib
/
register.js
14 lines
(9 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -------------------- * @overlook/plugin-build module * Register entry point * ------------------*/
'use strict'
;
// Modules
const
register =
require
(
'livepack/register'
);
// Exports
module
.
exports
= register;