Skip to content
Snippets Groups Projects
Commit da240ca9 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use cache for babel loader in webpack, fixes #4366

Closes #4366

Merge request studip/studip!3165
parent 7e39ea1f
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,10 @@ module.exports = { ...@@ -90,7 +90,10 @@ module.exports = {
test: /\.js$/, test: /\.js$/,
exclude: /node_modules|ckeditor/, exclude: /node_modules|ckeditor/,
use: { use: {
loader: 'babel-loader' loader: 'babel-loader',
options: {
cacheDirectory: true
}
} }
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment