From ce98c80ca7a810c8314b3d49c98610ceef8a8ee7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 4 Jun 2016 11:06:06 +0200 Subject: Clean client modules --- client/config/webpack.common.js | 6 ------ client/config/webpack.dev.js | 19 ------------------- 2 files changed, 25 deletions(-) (limited to 'client/config') diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index a48518a35..eb6b7aef4 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js @@ -147,12 +147,6 @@ module.exports = { loader: 'json-loader' }, - /* - * Raw loader support for *.css files - * Returns file content as string - * - * See: https://github.com/webpack/raw-loader - */ { test: /\.scss$/, exclude: /node_modules/, diff --git a/client/config/webpack.dev.js b/client/config/webpack.dev.js index 02e9857f7..8c6d1aac7 100644 --- a/client/config/webpack.dev.js +++ b/client/config/webpack.dev.js @@ -120,25 +120,6 @@ module.exports = webpackMerge(commonConfig, { resourcePath: 'src' }, - /** - * Webpack Development Server configuration - * Description: The webpack-dev-server is a little node.js Express server. - * The server emits information about the compilation state to the client, - * which reacts to those events. - * - * See: https://webpack.github.io/docs/webpack-dev-server.html - */ - devServer: { - port: METADATA.port, - host: METADATA.host, - historyApiFallback: true, - watchOptions: { - aggregateTimeout: 300, - poll: 1000 - }, - outputPath: helpers.root('dist') - }, - /* * Include polyfills or mocks for various node stuff * Description: Node configuration -- cgit v1.2.3