Skip to content

Commit f48d03e

Browse files
authored
Merge pull request #2297 from ngauthier/patch-1
Update README.md to reflect webpack configuration
2 parents f3806b9 + 59598a4 commit f48d03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ A repo that demonstrates how to build plotly.js with Webpack can be found [here]
111111
```js
112112
...
113113
module: {
114-
loaders: [
114+
rules: [
115115
{
116116
test: /\.js$/,
117117
loader: 'ify-loader'

0 commit comments

Comments
 (0)