summaryrefslogtreecommitdiffstats
path: root/webapp/webpack.config.js
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-19 10:16:44 -0400
committerGitHub <noreply@github.com>2016-07-19 10:16:44 -0400
commit1641370fbedc42e07f7a9b7758286d341f13b624 (patch)
tree0571746e175c7b6da2a5587bda1b8aaca033cc03 /webapp/webpack.config.js
parent2b0fcd378ce96277f393b89cac1a98d70e1c480f (diff)
downloadchat-1641370fbedc42e07f7a9b7758286d341f13b624.tar.gz
chat-1641370fbedc42e07f7a9b7758286d341f13b624.tar.bz2
chat-1641370fbedc42e07f7a9b7758286d341f13b624.zip
Moving javascript driver back to platform (#3613)
Diffstat (limited to 'webapp/webpack.config.js')
-rw-r--r--webapp/webpack.config.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js
index da9ed9600..10dcdcce3 100644
--- a/webapp/webpack.config.js
+++ b/webapp/webpack.config.js
@@ -44,24 +44,6 @@ var config = {
}
},
{
- test: /node_modules\/mattermost\/client\.jsx?$/,
- loader: 'babel',
- query: {
- presets: ['react', 'es2015-webpack', 'stage-0'],
- plugins: ['transform-runtime'],
- cacheDirectory: DEV
- }
- },
- {
- test: /node_modules\/mattermost\/websocket_client\.jsx?$/,
- loader: 'babel',
- query: {
- presets: ['react', 'es2015-webpack', 'stage-0'],
- plugins: ['transform-runtime'],
- cacheDirectory: DEV
- }
- },
- {
test: /\.json$/,
loader: 'json'
},