Kotlin Language Documentation 1.9.20
test task webpack bundling CSS Node.js Yarn Distribution target directory Module name package.json customization Troubleshooting Run Kotlin/JS Run the Node.js target Run the browser target customization. This includes webpack configuration adjustments, modifications to the auto-generated package.json file, and improved control over transitive dependencies. Single point for webpack configuration webpack bundling. package.json customization from Gradle For more control over your Kotlin/JS package management and distribution, you can now add properties to the project file package.json via the Gradle0 码力 | 1299 页 | 32.44 MB | 1 年前3Kotlin 1.9.10 官方文档 中文版
customization. This includes webpack configuration adjustments, modifications to the auto-generated package.json file, and improved control over transitive dependencies. 用于 webpack 配置的单点 A new configuration webpack bundling. 在 Gradle 中定制 package.json For more control over your Kotlin/JS package management and distribution, you can now add properties to the project file package.json via the Gradle DSL. To add add custom fields to your package.json , use the customField function in the compilation's packageJson block: kotlin { js(BOTH) { compilations["main"].packageJson { customField("hello"0 码力 | 3753 页 | 29.69 MB | 1 年前3Kotlin 官方文档中文版 v1.9
customization. This includes webpack configuration adjustments, modifications to the auto-generated package.json file, and improved control over transitive dependencies. 用于 webpack 配置的单点 A new configuration webpack bundling. 在 Gradle 中定制 package.json For more control over your Kotlin/JS package management and distribution, you can now add properties to the project file package.json via the Gradle DSL. Kotlin Kotlin 1.4.20 287 To add custom fields to your package.json , use the customField function in the compilation's packageJson block: kotlin { js(BOTH) { compilations["main"].packageJson0 码力 | 2049 页 | 45.06 MB | 1 年前3
共 3 条
- 1