UNPKG
vue-korapay
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Vue Korapay for Vue 2.x.
github.com/kingflamez/vue-korapay
kingflamez/vue-korapay
vue-korapay
/
webpack.config.js
5 lines
(4 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
function
buildConfig
(
env
) {
return
require
(
'./build/'
+ env +
'.js'
); }
module
.
exports
= buildConfig;