You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using assetBuilds, when multiple JSs in the dynamically loaded JS directory contain the same resource, it will output multiple identical resources.
NCC(buildMain, {
// provide a custom cache path or disable caching
cache: false,
// externals to leave as requires of the build
externals: ["node_modules"],
// directory outside of which never to emit assets
filterAssetBase: process.cwd(), // default
minify: true, // default
sourceMap: false, // default
assetBuilds: true, // default
sourceMapBasePrefix: '../', // default treats sources as output-relative
// when outputting a sourcemap, automatically include
// source-map-support in the output file (increases output by 32kB).
sourceMapRegister: false, // default
watch: false, // default
license: '', // default does not generate a license file
v8cache: false, // default
quiet: false, // default
debugLog: false // default
})
I only have one 'schema.prisma' file, but it has packaged a lot of identical files
The text was updated successfully, but these errors were encountered:
When using assetBuilds, when multiple JSs in the dynamically loaded JS directory contain the same resource, it will output multiple identical resources.
I only have one 'schema.prisma' file, but it has packaged a lot of identical files
The text was updated successfully, but these errors were encountered: