[DRE-commits] [gitlab] 02/07: add path for loaders too, by Jishnu

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 15 13:06:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 9a6241d565e9caf2495da109a497d406c7bc669f
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Sep 15 14:00:02 2017 +0530

    add path for loaders too, by Jishnu
---
 debian/patches/add-system-lib-path-for-webpack.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/add-system-lib-path-for-webpack.patch b/debian/patches/add-system-lib-path-for-webpack.patch
index f3a94e2..71f4d98 100644
--- a/debian/patches/add-system-lib-path-for-webpack.patch
+++ b/debian/patches/add-system-lib-path-for-webpack.patch
@@ -8,3 +8,16 @@
      alias: {
        '~':              path.join(ROOT_PATH, 'app/assets/javascripts'),
        'emojis':         path.join(ROOT_PATH, 'fixtures/emojis'),
+@@ -254,7 +255,12 @@
+       'vendor':         path.join(ROOT_PATH, 'vendor/assets/javascripts'),
+       'vue$':           'vue/dist/vue.esm.js',
+     }
++  },
++
++  resolveLoader: {
++    modules: ['/usr/share/gitlab/node_modules', '/usr/lib/nodejs'],
+   }
++
+ }
+ 
+ if (IS_PRODUCTION) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list