react/fixtures/art
Sebastian Markbåge 0a76fb9ec4
Copy from build to node_modules instead of linking to builds (#26210)
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.
2023-02-21 14:48:37 -05:00
..
.gitignore Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
README.md Use Yarn Workspaces (#11252) 2017-10-19 00:22:21 +01:00
VectorWidget.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
app.js Run all fixtures through Prettier (#10157) 2017-07-12 11:19:24 -05:00
index.html Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
package.json Copy from build to node_modules instead of linking to builds (#26210) 2023-02-21 14:48:37 -05:00
webpack.config.js Upgrade art fixtures to babel 7 (#16235) 2020-07-25 23:43:49 -04:00
yarn.lock Copy from build to node_modules instead of linking to builds (#26210) 2023-02-21 14:48:37 -05:00

README.md

VectorWidget example

To try this example, run:

yarn
yarn build

in this directory, then open index.html in your browser.