From 1f9253253e1914fb09ec0b54201ad934870782d8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 16:40:39 -0400 Subject: very basic print client --- lib/awprint/webpack.config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/awprint/webpack.config.js (limited to 'lib/awprint/webpack.config.js') diff --git a/lib/awprint/webpack.config.js b/lib/awprint/webpack.config.js new file mode 100644 index 0000000..169bcfd --- /dev/null +++ b/lib/awprint/webpack.config.js @@ -0,0 +1,13 @@ +module.exports = { + entry: './client/index.jsx', + watch: true, + devtool: 'cheap-source-map', + output: { + filename: './public/bundle.js' + }, + module: { + loaders: [ + { test: /\.jsx?$/, loader: 'babel-loader', exclude: /node_modules/ }, + ] + }, +} -- cgit v1.2.3-70-g09d2