siroc
siroc copied to clipboard
Zero-config build tooling for Node
**🐛 The bug** Vue SFC's edited while running Sirocs `build --watch` aren't re-transpiled. **🛠️ To reproduce** Steps to reproduce the behavior: 1. Go to https://gitpod.io#github.com/druxt/druxt.js 2. Wait 3. Run `yarn...
**🐛 The bug** What isn't working? Describe what the bug is. **🛠️ To reproduce** `package.json`: (trying on [ohmyfetch](https://github.com/unjs/ohmyfetch)) ```json "exports": { ".": { "node": { "import": "./dist/node.mjs", "require": "./dist/node.js" },...
Hi! :wave: Thank you for building `siroc`. I have been experimenting with `siroc` and it has been quite easy to implement. The only use case that I have encountered so...
**🐛 The bug** While building inside a Yarn 2 mono-repo I intermittently get this error: ```sh ERROR Not a selected package. 21:36:31 at .yarn/cache/siroc-npm-0.14.0-02d5e57a2f-d1590acb07.zip/node_modules/siroc/bin/cli.js:629:17 at .yarn/cache/siroc-npm-0.14.0-02d5e57a2f-d1590acb07.zip/node_modules/siroc/bin/cli.js:168:39 at Generator.next () at...
**🆒 Your use case** Being aware if a `dependency` is missing and being inlined **🆕 The solution you'd like** Have console warning about externals and a config to mark them...
see https://github.com/nuxt-community/module-template/issues/70: > Update example to work with typescript with yarn dev (siroc needs alias support)
**🐛 The bug** What isn't working? Describe what the bug is. **🛠️ To reproduce** - Create `src/types.d.ts` - Inside `src/index.ts`: ``` export * from './types' ``` `siroc build`: ``` [UNRESOLVED_IMPORT]...
**🐛 The bug** **🛠️ To reproduce** using `siroc build` (little bit hard to make preproduction) **🌈 Expected behavior** Only generate final bundle but shortly a dev version is being generated...
**🆒 Your use case** Add a description of your use case, and how this feature would help you. It is totally fine that we push using modern syntax by default....