From db1003e7a5194d2aa34a36272291923818661f8a Mon Sep 17 00:00:00 2001 From: makc Date: Thu, 18 May 2017 22:38:44 +0200 Subject: embed image links --- juick-www/webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-www/webpack.config.js') diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index 27e4a28a..0b833b04 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -20,6 +20,7 @@ module.exports = { { test: /\.css$/, loader: 'csslint?failOnWarning=false', exclude: /node_modules/ } ], loaders: [ + { test: /killy.index\.js$/, loader: 'babel-loader', query: { presets: ['es2015'] }}, { test: /\.css$/, loader: ExtractTextPlugin.extract("style-loader", "css-loader") }, { test: /\.png$/, loader: "url-loader?limit=10000000000" }, { test: /\.svg$/, loader: "url-loader?limit=10000000000" } -- cgit v1.2.3