refactoring

This commit is contained in:
Philipp Kühn 2018-08-22 14:22:06 +02:00
parent 18e717e969
commit 66e803ee73

View File

@ -58,7 +58,7 @@ export default {
{
test: /\.js$/,
loader: ifDev('babel-loader?cacheDirectory=true', 'babel-loader'),
exclude: /node_modules(?!\/quill)/,
exclude: /node_modules/,
},
{
test: /\.css$/,