mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 13:00:01 -04:00
fix jsdoc annotation
This commit is contained in:
parent
bd4a3a6258
commit
313bb54ccc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import CopyPlugin from 'copy-webpack-plugin';
|
|||
const isDevelopment = process.env.NODE_ENV !== 'production';
|
||||
|
||||
/**
|
||||
* @type {webpack.Configuration}
|
||||
* @type {import('webpack').Configuration}
|
||||
*/
|
||||
const config = {
|
||||
mode: isDevelopment ? 'development' : 'production',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue