We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba8016 commit 1b13f7fCopy full SHA for 1b13f7f
src/content/api/stats.mdx
@@ -81,7 +81,9 @@ Each `assets` object represents an `output` file emitted from the compilation. T
81
'immutable': true, // A flag telling whether the asset can be long term cached (contains a hash)
82
'size': 1058, // The size in bytes, only becomes available after asset has been emitted
83
'development': true, // A flag telling whether the asset is only used for development and doesn't count towards user-facing assets
84
- 'hotModuleReplacement': true // A flag telling whether the asset ships data for updating an existing application (HMR)
+ 'hotModuleReplacement': true, // A flag telling whether the asset ships data for updating an existing application (HMR)
85
+ 'sourceFilename': 'originalfile.js', // sourceFilename when asset was created from a source file (potentially transformed)
86
+ 'javascriptModule': true // true, when asset is javascript and an ESM
87
}
88
89
```
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments