Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 452 Bytes

This demo uses webpack with the dynamic-cdn-webpack-plugin to load dependencies from unpkg.

The dynamic-cdn-webpack-plugin automatically detects dependencies and pulls their version numbers from the ones you've installed locally in node_modules. Then, it inserts the appropriate <script> tags in the output.

To run it:

$ npm install
$ npm start