From 034f20897707db286cc82901971bf7974b055efd Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 2 May 2017 13:36:54 -0400 Subject: [PATCH] config for: ./node_modules/.bin/webpack --- webpack.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 webpack.config.js diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..714ecbc --- /dev/null +++ b/webpack.config.js @@ -0,0 +1,6 @@ +module.exports = { + entry: './js/index.js', + output: { + filename: 'dist/bundle.js' + } +};