UNPKG
@overlook/plugin-path
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
Overlook framework path plugin
github.com/overlookjs/plugin-path
overlookjs/plugin-path
@overlook/plugin-path
/
index.js
11 lines
(7 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* -------------------- * @overlook/plugin-path module * CJS entry point * ------------------*/
'use strict'
;
// Exports
module
.
exports
=
require
(
'./lib/index.js'
);