From 9820abe11c0c037f50bb2f7ddbb0bd19646264dc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 7 Apr 2017 10:29:52 +0300 Subject: juick-www: merge juick-spring-www i18n, drop thymeleaf --- juick-spring-www/webpack.config.js | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 juick-spring-www/webpack.config.js (limited to 'juick-spring-www/webpack.config.js') diff --git a/juick-spring-www/webpack.config.js b/juick-spring-www/webpack.config.js deleted file mode 100644 index acefc658..00000000 --- a/juick-spring-www/webpack.config.js +++ /dev/null @@ -1,37 +0,0 @@ -var webpack = require("webpack") -var globby = require("globby") -var ExtractTextPlugin = require("extract-text-webpack-plugin") -module.exports = { - devtool: 'source-map', - entry: { - "scripts" : globby.sync([ - __dirname + "/src/main/webapp/static/*.*", - require.resolve('evil-icons/assets/evil-icons.css'), - require.resolve('evil-icons/assets/evil-icons.js') - ]) - }, - output: { - path: __dirname + "/src/main/webapp", - filename: "[name].js" - }, - module: { - preLoaders: [ - { test: /\.jsx?$/, loader: 'eslint', exclude: /node_modules/ }, - { test: /\.css$/, loader: 'csslint?failOnWarning=false', exclude: /node_modules/ } - ], - loaders: [ - { test: /\.css$/, loader: ExtractTextPlugin.extract("style-loader", "css-loader") }, - { test: /\.png$/, loader: "url-loader?limit=10000000000" }, - { test: /\.svg$/, loader: "url-loader?limit=10000000000" } - ] - }, - plugins: [ - new ExtractTextPlugin("style.css", { - allChunks: true - }) - ], - eslint: { - failOnWarning: false, - failOnError: true - }, -} \ No newline at end of file -- cgit v1.2.3