Run babel loader on js

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-08-23 17:06:23 +02:00
parent d3a2d4c201
commit 0078e2809e
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ module.exports = {
'ts-loader'
]
},
{
test: /\.js$/,
loader: 'babel-loader',
},
{
test: /\.vue$/,
loader: 'vue-loader'