]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - webpack.config.js
1 const path
= require('path');
3 function buildConfig(env
) {
5 return require(path
.resolve(__dirname
, 'app/config/webpack/' + env
+ '.js'))({ env: env
})
8 module
.exports
= buildConfig
;