Moving out javascript driver (#3040)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
02f8691fa4
Коммит
880ef25ab1
@@ -42,6 +42,15 @@ var config = {
|
||||
cacheDirectory: DEV
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /node_modules\/mattermost\/client\.jsx?$/,
|
||||
loader: 'babel',
|
||||
query: {
|
||||
presets: ['react', 'es2015-webpack', 'stage-0'],
|
||||
plugins: ['transform-runtime'],
|
||||
cacheDirectory: DEV
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.json$/,
|
||||
loader: 'json'
|
||||
|
||||
Ссылка в новой задаче
Block a user