UNPKG

build-plugin-rax-app

Version:

The basic webpack configuration for rax project

5 lines 179 B
var path = require('path'); module.exports = function (applyMethod) { applyMethod('addPluginTemplate', path.join(__dirname, 'templates')); }; //# sourceMappingURL=index.js.map