diff options
author | makc | 2017-05-18 22:38:44 +0200 |
---|---|---|
committer | makc | 2017-05-18 22:38:44 +0200 |
commit | db1003e7a5194d2aa34a36272291923818661f8a (patch) | |
tree | 4f7947bb553785f0e56698bcd29ede55e8f60be9 /juick-www/webpack.config.js | |
parent | fd7a00f27cd268e6208b4cbd2e5b795e9b4794be (diff) |
embed image links
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r-- | juick-www/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |