UNPKG
@gridonic/webpack
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Our webpack configuration.
github.com/gridonic/webpack
gridonic/webpack
@gridonic/webpack
/
src
/
helpers.js
8 lines
(6 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
handlePreset =
require
(
'./helpers/handlePreset'
);
const
extendConfig =
require
(
'./helpers/extendConfig'
);
module
.
exports
= { handlePreset, extendConfig };