j1ngzoue
j1ngzoue
Array is not allowed in option? https://github.com/protocolbuffers/protobuf/blob/09354db1434859a31a3c81abebcc4018d42f2715/src/google/protobuf/descriptor.proto#L499
@dcodeIO Excuse me. Can you see it?
@acrazing No solution has been found yet.
This has not been resolved yet. A similar error occurs.
If you are in a local environment, you can add the following options to make it work. ``` build: { rollupOptions: { external: ["@qwik-city-not-found-paths", "@qwik-city-static-paths"], }, }, ```
@simonbuehler The error seems to be due to referencing `cv` in the local scope, you can avoid the error by converting `cv` to `window.cv` in the js file. No drastic...
@iPapatsoris Hi. This may be achieved by combining the additinalData and global options. https://github.com/activeguild/vite-plugin-sass-dts/blob/ff0f07b14b687107a2f61eec525cc58c9de8e989/example/react-sass/vite.config.ts#L13 https://github.com/activeguild/vite-plugin-sass-dts/blob/ff0f07b14b687107a2f61eec525cc58c9de8e989/example/react-sass/vite.config.ts#L37-L40
@iPapatsoris I think we can achieve confirmation by doing the following. https://github.com/activeguild/vite-plugin-sass-dts/commit/dd447487171a66d7f236f850974e7a381f186d0c
@iPapatsoris I didn't understand the problem. What is the reason for leaving the second class? ``` .row { display: flex } ```
@aakagi What kind of use do you want to make of it?