From 59598a439c42a728f9e34739d75e98587fd9353c Mon Sep 17 00:00:00 2001 From: Nick Gauthier Date: Thu, 25 Jan 2018 12:38:19 -0500 Subject: [PATCH] Update README.md to reflect webpack configuration As referenced here: https://github.com/plotly/plotly-webpack#bundling-with-webpack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66711fe3494..a9d77425b9d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ A repo that demonstrates how to build plotly.js with Webpack can be found [here] ```js ... module: { - loaders: [ + rules: [ { test: /\.js$/, loader: 'ify-loader'