summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-05-02 14:46:57 +0900
committerShinya Maeda <shinya@gitlab.com>2018-05-02 14:46:57 +0900
commit502b17092755202c056d8fe547c7f64533e0f64f (patch)
treee32620a93b4548291a62510ae653d573c1dfd9ca /config/webpack.config.js
parent1d53918b62452f9758a837744bac6ca051801a6a (diff)
parent4b34c875f7166d8bddf57952c3ed46b1291bdf77 (diff)
downloadgitlab-ce-502b17092755202c056d8fe547c7f64533e0f64f.tar.gz
Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-all
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 39e9fbbd530..b9d098ff9b9 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -69,6 +69,9 @@ const config = {
test: /\.js$/,
exclude: /(node_modules|vendor\/assets)/,
loader: 'babel-loader',
+ options: {
+ cacheDirectory: path.join(ROOT_PATH, 'tmp/cache/babel-loader'),
+ },
},
{
test: /\.vue$/,