UNPKG
@manypkg/tools
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
github.com/Thinkmill/manypkg
Thinkmill/manypkg
@manypkg/tools
/
dist
/
manypkg-tools.cjs.js
8 lines
(6 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
"production"
) {
module
.
exports
=
require
(
"./manypkg-tools.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./manypkg-tools.cjs.dev.js"
); }