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$/,