fix jsdoc annotation

This commit is contained in:
David Reed 2022-11-23 14:35:16 -05:00
parent bd4a3a6258
commit 313bb54ccc
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -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',