mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -05:00
chore: plugins-runtime dist path
This commit is contained in:
parent
10c6c5bf23
commit
5d90c1e21a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default defineConfig({
|
|||
// Configuration for building your library.
|
||||
// See: https://vitejs.dev/guide/build.html#library-mode
|
||||
build: {
|
||||
outDir: '../dist/plugins-runtime',
|
||||
outDir: '../../dist/libs/plugins-runtime',
|
||||
reportCompressedSize: true,
|
||||
commonjsOptions: {
|
||||
transformMixedEsModules: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue