graphql-engine/frontend/libs/nx/unplugin-dynamic-asset-loader
Nicolas Beaussart f3951e1680 frontend: update nx to latest 15
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8079
Co-authored-by: Stefano Magni <173663+NoriSte@users.noreply.github.com>
GitOrigin-RevId: 46b1ed03ab225fccc9d769203d1af11a6bcdb63e
2023-02-28 19:42:51 +00:00
..
src frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00
.eslintrc.json frontend: setup asset loader for local dev 2023-01-31 14:56:47 +00:00
.lib.swcrc frontend: setup asset loader for local dev 2023-01-31 14:56:47 +00:00
CHANGELOG.md frontend: setup asset loader for local dev 2023-01-31 14:56:47 +00:00
jest.config.ts frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00
package.json frontend: setup asset loader for local dev 2023-01-31 14:56:47 +00:00
project.json frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00
README.md frontend: setup asset loader for local dev 2023-01-31 14:56:47 +00:00
tsconfig.json frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00
tsconfig.lib.json frontend: update nx to latest 15 2023-02-28 19:42:51 +00:00
tsconfig.spec.json frontend: setup asset loader for local dev 2023-01-31 14:56:47 +00:00

unplugin-dynamic-asset-loader

This plugin create an assetLoader file at dev time. It does not do it in production builds.

Building

Run nx build nx-unplugin-dynamic-asset-loader to build the library.

Running unit tests

Run nx test nx-unplugin-dynamic-asset-loader to execute the unit tests via Jest.