bankai
bankai copied to clipboard
:station: - friendly web compiler
🐛 bug report / 🙋 feature request With parcel, I can have a js file and in it I can say ```javascript import './style.scss' ``` ## Expected Behavior For it...
This a documentation change. ## Checklist - [x] Documentation is added in the "Usage" section ## Context This is to solve [#451](https://github.com/choojs/bankai/issues/451). ## Semver Changes The patch version should be...
v10
Noting down a few breaking changes to do in v10, feel free to add more: - [ ] Move Babel to the start of the transform pipeline, so that custom...
## Checklist - [x] tests pass - [x] tests and/or benchmarks are included - [ ] documentation is changed or added ## Context Fixes #536 ## Semver Changes I don't...
## Context In order to use choo with Typescript, is is better to transpile the code first and then pass it to bankai as suggested in #285 . And in...
`npm start` fails with below: ``` A critical error occured, forcing Bankai to abort: Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small at Object.createSecureContext (_tls_common.js:135:17) at new Server (_tls_wrap.js:873:27) at new Http2SecureServer...
🐛 bug fix ## Checklist - [x] tests pass ## Context See issue #533 ## Semver Changes Patch change
This is a 🙋 feature ## Checklist - [x] tests pass ## Context This allows for asynchronously registering routes using choo stores. There's been a lot of talk lately about...
🔦 question? I am not quite sure how the prefetch works. I think I set it up correctly based on the example in `./ssr/choo.js`. I also linked a modified version...
Readme says `compiler.documents(routename, [opts], done(err, { buffer, hash }))`. But index.js says `Bankai.prototype.documents = function (url, cb) {`. It would be nice if that worked but it throws an AssertionError.