From a1d78988c0c176ed0d263043bb01003bb5f308d7 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 26 May 2017 13:34:11 +0430 Subject: [PATCH] fix: call to wp instead of r for css The intention of using r was to fix problems with windows paths, but calling r will try to resolve path as well. This was breaking original webpack resolve mechanism from node_modules --- lib/app/App.vue | 2 +- lib/build.js | 5 +++-- lib/utils.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/app/App.vue b/lib/app/App.vue index f7a01ef361..fa8ef6d403 100644 --- a/lib/app/App.vue +++ b/lib/app/App.vue @@ -8,7 +8,7 @@