mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Using the `link:` protocol to create a dependency doesn't work when we edit the `package.json` to lock the version to a specific version. It didn't really work before neither, it was just that `yarn` installed an existing `scheduler` dependency from npm instead of using the built one. So I'm updating all the fixture to use the technique where we copy files instead. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| app.js | ||
| index.html | ||
| package.json | ||
| README.md | ||
| VectorWidget.js | ||
| webpack.config.js | ||
| yarn.lock | ||
VectorWidget example
To try this example, run:
yarn
yarn build
in this directory, then open index.html in your browser.