mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
chore: add type to webpack config file (#12072)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const { merge } = require('webpack-merge');
|
||||
const common = require('./webpack.common');
|
||||
|
||||
module.exports = merge(common, {
|
||||
module.exports = merge(common, /** @type { import('webpack').Configuration } */ {
|
||||
mode: 'development',
|
||||
// devtool: 'eval-source-map',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user