From 66e803ee732d07c16d17be25f7c0dd1892174626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 22 Aug 2018 14:22:06 +0200 Subject: [PATCH] refactoring --- build/examples/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/examples/webpack.config.js b/build/examples/webpack.config.js index ee675097..bdcefa34 100644 --- a/build/examples/webpack.config.js +++ b/build/examples/webpack.config.js @@ -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$/,