a125

Results 11 comments of a125

> WebAssembly is unavailable in iOS's Node.js because of the absence of JIT support. Does your code call WebAssembly anywhere? no,just run webpack command,outcome this error

Hello, i found a way in webpack's doc [webpack output.hashFunction ](https://webpack.js.org/configuration/output/#outputhashfunction)

![6ED65C60-76C3-4C14-B932-07D216AA55CD](https://user-images.githubusercontent.com/8213998/163585928-0df9a435-b823-44fc-b2e7-b0c8395fc766.png) Finally worked!

Haha, I have also encountered this problem, but I encountered it when reading the source code, but I don’t remember how to solve it now. This question is not very...

> `Caro/a {{customer}},` > > `Sono Alvaro Garcia di Maestro Travels. Eccovi delle opzioni di viaggio da {{departing_city}} a {{arrival_city}} con partenza il {{dep_date}}.` > > `Opzioni di volo per...

Customize your Quill css, like the screenshot shows ![WX20231214-102541](https://github.com/quilljs/quill/assets/8213998/a3097fc0-59b8-4c69-8292-2b304264586f)

You want to nest an ordered list inside an ordered list, not an unordered list, like the screenshots below,am I right? ![2](https://github.com/quilljs/quill/assets/8213998/5343da35-cab2-4cf2-a33d-956b5377ecc6) ![3](https://github.com/quilljs/quill/assets/8213998/19826c99-82f1-446a-954e-94cc7960d1ca)

this issue can be reproduced when use with "@babel/preset-env": see error stacks below ```javascript Error: ~/babel-demo/src/index.js: codegen: Must module.exports a string. at getReplacement (~/babel-demo/codegen/helpers.js:46:11) at replace (~/babel-demo/codegen/helpers.js:67:23) at asFunction (~/babel-demo/codegen/replace.js:144:5)...

> this issue can be reproduced when use with "@babel/preset-env": > > see error stacks below > > ```js > Error: ~/babel-demo/src/index.js: codegen: Must module.exports a string. > at getReplacement...