diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 11:06:06 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-04 11:06:06 +0200 |
commit | ce98c80ca7a810c8314b3d49c98610ceef8a8ee7 (patch) | |
tree | ad9e6470f4418ca1552baeec14b90c47a2332d42 /client/config/webpack.common.js | |
parent | c21f59d334b748be99188688c9578c9cd5432874 (diff) | |
download | PeerTube-ce98c80ca7a810c8314b3d49c98610ceef8a8ee7.tar.gz PeerTube-ce98c80ca7a810c8314b3d49c98610ceef8a8ee7.tar.zst PeerTube-ce98c80ca7a810c8314b3d49c98610ceef8a8ee7.zip |
Clean client modules
Diffstat (limited to 'client/config/webpack.common.js')
-rw-r--r-- | client/config/webpack.common.js | 6 |
1 files changed, 0 insertions, 6 deletions
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 = { | |||
147 | loader: 'json-loader' | 147 | loader: 'json-loader' |
148 | }, | 148 | }, |
149 | 149 | ||
150 | /* | ||
151 | * Raw loader support for *.css files | ||
152 | * Returns file content as string | ||
153 | * | ||
154 | * See: https://github.com/webpack/raw-loader | ||
155 | */ | ||
156 | { | 150 | { |
157 | test: /\.scss$/, | 151 | test: /\.scss$/, |
158 | exclude: /node_modules/, | 152 | exclude: /node_modules/, |