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 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$/,