chore: add type to webpack config file (#12072)

This commit is contained in:
Percy Ma
2024-12-27 08:17:46 +08:00
committed by GitHub
parent 0b7e572df0
commit d79dfd0382
4 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ if (relativePath === undefined) {
relativePath = urlObject.pathname !== '/' ? urlObject.pathname.replace(/\/+$/, '') : '';
}
/** @type { import('webpack').Configuration } */
module.exports = {
plugins: [],
entry: {