mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
chore: add type to webpack config file (#12072)
This commit is contained in:
@@ -16,6 +16,7 @@ if (relativePath === undefined) {
|
||||
relativePath = urlObject.pathname !== '/' ? urlObject.pathname.replace(/\/+$/, '') : '';
|
||||
}
|
||||
|
||||
/** @type { import('webpack').Configuration } */
|
||||
module.exports = {
|
||||
plugins: [],
|
||||
entry: {
|
||||
|
||||
Reference in New Issue
Block a user