diff options
Diffstat (limited to 'webpack/helpers.js')
-rw-r--r-- | webpack/helpers.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/webpack/helpers.js b/webpack/helpers.js deleted file mode 100644 index c2c3717..0000000 --- a/webpack/helpers.js +++ /dev/null @@ -1,10 +0,0 @@ -var path = require('path'); - -var _root = path.resolve(__dirname, '..'); - -function root(args) { - args = Array.prototype.slice.call(arguments, 0); - return path.join.apply(path, [_root].concat(args)); -} - -exports.root = root; |