UNPKG
@highloop/feedback
Version:
latest (0.0.0-beta.10)
0.0.0-beta.10
0.0.0-beta.8
0.0.0-beta.6
0.0.0-beta.5
0.0.0-beta.1
0.0.0-beta
@highloop/feedback
/
dist
/
index.js
9 lines
(6 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./feedback.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./feedback.cjs.development.js'
) }