Update README references to Webpack.

This commit is contained in:
Don McCurdy 2018-01-21 14:21:26 -08:00 committed by GitHub
parent 803a0e46b4
commit ae3fbe213d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,7 @@ const gui = new dat.GUI();
``` ```
├── build - Compiled source code. ├── build - Compiled source code.
├── src - Source files. ├── src - Source files.
├── tests - Tests. └── tests - Tests.
└── webpack - Webpack config files.
``` ```
## Building your own dat.GUI ## Building your own dat.GUI
@ -57,7 +56,7 @@ View the [Change Log](CHANGELOG.md)
## Thanks ## Thanks
The following libraries / open-source projects were used in the development of dat.GUI: The following libraries / open-source projects were used in the development of dat.GUI:
* [webpack](https://webpack.github.io/) * [Rollup](https://rollupjs.org)
* [Sass](http://sass-lang.com/) * [Sass](http://sass-lang.com/)
* [node.js](http://nodejs.org/) * [Node.js](http://nodejs.org/)
* [QUnit](https://github.com/jquery/qunit) / [jquery](http://jquery.com/) * [QUnit](https://github.com/jquery/qunit) / [jquery](http://jquery.com/)