From 42339b7908e34c79afba8d2b7b2b40b748bdcf95 Mon Sep 17 00:00:00 2001 From: Paco Date: Thu, 17 Nov 2016 16:09:08 +0100 Subject: [PATCH 1/2] Appended -loader to webpack config --- app/webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/webpack.config.js b/app/webpack.config.js index f91b37c..5791a39 100644 --- a/app/webpack.config.js +++ b/app/webpack.config.js @@ -20,7 +20,7 @@ module.exports = { loaders : [ { test : /\.(js|jsx)$/, - loader : 'babel', + loader : 'babel-loader', exclude: /node_modules/, query: { presets : ['es2015', 'react'], @@ -28,7 +28,7 @@ module.exports = { }, { test: /\.less$/, - loader: 'style!css!less', + loader: 'style-loader!css!less', }, { test: /\.json$/, From 024e7def908eba812dd350175e63fb0c1121324e Mon Sep 17 00:00:00 2001 From: Paco Date: Thu, 17 Nov 2016 16:09:24 +0100 Subject: [PATCH 2/2] .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6ba0535..2dcf88a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ key/* !key/cocorico.cc.enc .DS_Store node_modules +.idea \ No newline at end of file