From 1c0e2c906d8c0c503b2e74034275bb3321a216d8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 28 Sep 2017 20:47:06 +0400 Subject: Switch to the rollup assembly system --- webpack.config.js | 25 ------------------------- 1 file changed, 25 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 ec23cbd..0000000 --- a/webpack.config.js +++ /dev/null @@ -1,25 +0,0 @@ -'use strict'; -var webpack = require('webpack'); -var path = require('path'); - -module.exports = { - entry: path.resolve(__dirname, 'src/index.js'), - - output: { - filename: 'bundle.js', - path: path.resolve(__dirname, 'dist') - }, - - module: { - rules: [{ - test: /\.js$/, - exclude: /(node_modules|bower_components)/, - use: { - loader: 'babel-loader', - options: { - presets: ['es2015'] - } - } - }] - } -}; \ No newline at end of file -- cgit v1.2.3