Skip to content

Commit 83e1331

Browse files
add minimum ify-loader version to readme
1 parent 11bb997 commit 83e1331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![circle ci](https://circleci.com/gh/plotly/plotly.js.png?&style=shield&circle-token=1f42a03b242bd969756fc3e53ede204af9b507c0)](https://circleci.com/gh/plotly/plotly.js)
55

66
#### 📢 Announcement!
7-
#### Seats are still available for a 2 day, Plotly.js master class in NYC, November 16-17.
7+
#### Seats are still available for a 2 day, Plotly.js master class in NYC, November 16-17.
88
#### [Registration here](https://plotcon.plot.ly/workshops) 🎨 📈 🗽
99

1010
***
@@ -111,7 +111,7 @@ Important: the plotly.js code base contains some non-ascii characters. Therefore
111111

112112
#### Webpack Usage with Modules
113113

114-
Browserify [transforms](https://github.com/substack/browserify-handbook#transforms) are required to build plotly.js, namely, [glslify](https://github.com/stackgl/glslify) to transform WebGL shaders and [cwise](https://github.com/scijs/cwise) to compile component-wise array operations. To make the trace module system work with Webpack, you will need to install [ify-loader](https://github.com/hughsk/ify-loader) and add it to your `webpack.config.json` for your build to correctly bundle plotly.js files.
114+
Browserify [transforms](https://github.com/substack/browserify-handbook#transforms) are required to build plotly.js, namely, [glslify](https://github.com/stackgl/glslify) to transform WebGL shaders and [cwise](https://github.com/scijs/cwise) to compile component-wise array operations. To make the trace module system work with Webpack, you will need to install [ify-loader@v1.1.0+](https://github.com/hughsk/ify-loader) and add it to your `webpack.config.json` for your build to correctly bundle plotly.js files.
115115

116116
## Bugs and feature requests
117117

0 commit comments

Comments
 (0)