From d225dbb45691f2e97d5e79fea2161b55f8aa4257 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Mon, 17 Oct 2016 22:20:38 -0200 Subject: [PATCH] Add scss lang support --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index b39efc8..396e291 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,8 @@ Elixir.ready(function () { // use buble loader since it is the default in Elixir vue: { loaders: { - js: 'buble-loader' + js: 'buble-loader', + scss: 'vue-style!css!sass' } }, module: {