diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-13 11:33:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-13 11:33:57 +0300 |
| commit | 013346d395118aafe0a74fa58d50aaeec023bf00 (patch) | |
| tree | 4ef5b29682dd985cee1a03ff9daf369289e90e42 /webpack.config.js | |
| parent | 0ddc48530413d99176763d33f1b19063678a9c5a (diff) | |
Fucking hell webpack
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
