Skip to content
Snippets Groups Projects
Commit af6dbac1 authored by Paul Slaughter's avatar Paul Slaughter
Browse files

Add babelrc option to webpack config

**Why?**
This fixes a bug where webpack threw random errors
because babelrc was not being loaded.
parent 5ad5d2f1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -106,6 +106,7 @@ module.exports = {
loader: 'babel-loader',
options: {
cacheDirectory: path.join(CACHE_PATH, 'babel-loader'),
babelrc: true,
},
},
{
Loading
Loading
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