From 013346d395118aafe0a74fa58d50aaeec023bf00 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 13 Oct 2017 11:33:57 +0300 Subject: Fucking hell webpack --- webpack.config.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 webpack.config.js (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js deleted file mode 100644 index 87ad43b..0000000 --- a/webpack.config.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - entry: './geshem.js', - output: { - path: __dirname, - filename: 'static/js/bundle.js', - }, - module: { - loaders: [ - { test: /\.js$/, exclude: /node_modules/, loader: 'babel?presets[]=react,presets[]=es2015,presets[]=stage-0' }, - { test: /\.css$/, loader: 'style!css' }, - { test: /\.scss$/, loader: 'style!css!sass' } - ] - } -} \ No newline at end of file -- cgit v1.3.1