Shamil Yakupov

Results 4 comments of Shamil Yakupov

@fi3ework Hello. I expect it to be a raw string like ```js import testHtml from './html/test.html'; console.log(testHtml); // `

And seems like its not working only for `cjs` ```bash ➜ rslib-html git:(main) node dist/index.cjs undefined ➜ rslib-html git:(main) node dist/index.js Hello World ➜ rslib-html git:(main) ```

@kdy1 `boolean()` is import from `yup` and it should be transformed to `(0, _yup.boolean)()`, otherwise the result code is broken. Sorry, I will try to describe issues better next time...