* Move build/packages/* to build/node_modules/* This fixes Node resolution in that folder and lets us require() packages in it in Node shell for manual testing. * Link fixtures to packages/node_modules This updates the location and also uses link: instead of file: to avoid Yarn caching the folder contents. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| README.md | ||
| VectorWidget.js | ||
| app.js | ||
| index.html | ||
| package.json | ||
| webpack.config.js | ||
| yarn.lock | ||
README.md
VectorWidget example
To try this example, run:
yarn
yarn build
in this directory, then open index.html in your browser.