We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there multiple js files in the directory packaged by NCC?
const pinyins = await nccwpck_require.e(/* import() */ 346).then(nccwpck_require.t.bind(nccwpck_require, 4346, 23));
index.js 346.index.js Can anyone tell me why this is?
The text was updated successfully, but these errors were encountered:
Could be an asset read like fs.readFile('./foo.js')
fs.readFile('./foo.js')
Also could be from --asset-builds flag.
--asset-builds
Sorry, something went wrong.
import pinyin from "pinyin";
console.log(pinyin("中心")); // [ [ 'zhōng' ], [ 'xīn' ] ]
console.log(pinyin("中心", { heteronym: true, // 启用多音字模式 })); // [ [ 'zhōng', 'zhòng' ], [ 'xīn' ] ] consol
iuse this lib in typescript script project
No branches or pull requests
Are there multiple js files in the directory packaged by NCC?
const pinyins = await nccwpck_require.e(/* import() */ 346).then(nccwpck_require.t.bind(nccwpck_require, 4346, 23));
index.js
346.index.js
Can anyone tell me why this is?
The text was updated successfully, but these errors were encountered: