1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-12 08:04:14 +02:00
This commit is contained in:
Antonio Laguna
2017-05-29 09:22:58 +02:00
parent f92718e381
commit 226388b209

View File

@@ -25,7 +25,7 @@ module.exports = {
test: /\.js$/,
use: [
'babel-loader',
'eslint-loader',
'eslint-loader'
],
include: src
},