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' + } +};