mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
53a3803ba4
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7691 GitOrigin-RevId: 4e3926b4105f0bc15dce75b154f6ef60292c5074
12 lines
337 B
Markdown
12 lines
337 B
Markdown
# 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](https://jestjs.io).
|