[CSR bundle only] If you need the webpack public path to "chop off" some of the directories in the current module's url, you can specify a "root directory level". Note that the root directory level is read from right-to-left, with 1 indicating "current directory" and 2 indicating "up one directory":
optional: defaults to 1
Optional ssrPublicPath?: string
[SSR bundle only] Allows to override default public path detection logic.
[CSR bundle only] If you need the webpack public path to "chop off" some of the directories in the current module's url, you can specify a "root directory level". Note that the root directory level is read from right-to-left, with
1
indicating "current directory" and2
indicating "up one directory": optional: defaults to 1