@@ -93,6 +93,7 @@ const path = require('path');
93
93
const isProduction = process.env.NODE_ENV === 'production';
94
94
95
95
96
+ /** @type {import("webpack").Configuration} */
96
97
const config = {
97
98
entry: './src/index.js',
98
99
output: {
@@ -165,6 +166,7 @@ const WorkboxWebpackPlugin = require('workbox-webpack-plugin');
165
166
const isProduction = process.env.NODE_ENV === 'production';
166
167
167
168
169
+ /** @type {import("webpack").Configuration} */
168
170
const config = {
169
171
entry: './src/index.js',
170
172
output: {
@@ -243,6 +245,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
243
245
const isProduction = process.env.NODE_ENV === 'production';
244
246
245
247
248
+ /** @type {import("webpack").Configuration} */
246
249
const config = {
247
250
entry: './src/index.js',
248
251
output: {
@@ -317,6 +320,7 @@ const WorkboxWebpackPlugin = require('workbox-webpack-plugin');
317
320
const isProduction = process.env.NODE_ENV === 'production';
318
321
319
322
323
+ /** @type {import("webpack").Configuration} */
320
324
const config = {
321
325
entry: './src/index.js',
322
326
output: {
@@ -391,6 +395,7 @@ const path = require('path');
391
395
const isProduction = process.env.NODE_ENV === 'production';
392
396
393
397
398
+ /** @type {import("webpack").Configuration} */
394
399
const config = {
395
400
entry: './src/index.js',
396
401
output: {
@@ -542,6 +547,7 @@ const stylesHandler = 'style-loader';
542
547
543
548
544
549
550
+ /** @type {import("webpack").Configuration} */
545
551
const config = {
546
552
entry: './src/index.jsx',
547
553
output: {
@@ -657,6 +663,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
657
663
658
664
659
665
666
+ /** @type {import("webpack").Configuration} */
660
667
const config = {
661
668
entry: './src/index.jsx',
662
669
output: {
@@ -766,6 +773,7 @@ const stylesHandler = 'style-loader';
766
773
767
774
768
775
776
+ /** @type {import("webpack").Configuration} */
769
777
const config = {
770
778
entry: './src/main.js',
771
779
output: {
@@ -889,6 +897,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
889
897
890
898
891
899
900
+ /** @type {import("webpack").Configuration} */
892
901
const config = {
893
902
entry: './src/main.js',
894
903
output: {
@@ -994,6 +1003,7 @@ const path = require('path');
994
1003
const isProduction = process.env.NODE_ENV === 'production';
995
1004
996
1005
1006
+ /** @type {import("webpack").Configuration} */
997
1007
const config = {
998
1008
entry: './src/index.ts',
999
1009
output: {
@@ -1085,6 +1095,7 @@ const stylesHandler = 'vue-style-loader';
1085
1095
1086
1096
1087
1097
1098
+ /** @type {import("webpack").Configuration} */
1088
1099
const config = {
1089
1100
entry: './src/main.js',
1090
1101
output: {
@@ -1206,6 +1217,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'vue-style-lo
1206
1217
1207
1218
1208
1219
1220
+ /** @type {import("webpack").Configuration} */
1209
1221
const config = {
1210
1222
entry: './src/main.js',
1211
1223
output: {
@@ -1312,6 +1324,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1312
1324
1313
1325
1314
1326
1327
+ /** @type {import("webpack").Configuration} */
1315
1328
const config = {
1316
1329
entry: './src/index.js',
1317
1330
output: {
@@ -1389,6 +1402,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1389
1402
1390
1403
1391
1404
1405
+ /** @type {import("webpack").Configuration} */
1392
1406
const config = {
1393
1407
entry: './src/index.js',
1394
1408
output: {
@@ -1467,6 +1481,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1467
1481
1468
1482
1469
1483
1484
+ /** @type {import("webpack").Configuration} */
1470
1485
const config = {
1471
1486
entry: './src/index.js',
1472
1487
output: {
@@ -1547,6 +1562,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1547
1562
1548
1563
1549
1564
1565
+ /** @type {import("webpack").Configuration} */
1550
1566
const config = {
1551
1567
entry: './src/index.js',
1552
1568
output: {
@@ -1628,6 +1644,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1628
1644
1629
1645
1630
1646
1647
+ /** @type {import("webpack").Configuration} */
1631
1648
const config = {
1632
1649
entry: './src/index.js',
1633
1650
output: {
@@ -1708,6 +1725,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1708
1725
1709
1726
1710
1727
1728
+ /** @type {import("webpack").Configuration} */
1711
1729
const config = {
1712
1730
entry: './src/index.js',
1713
1731
output: {
@@ -1785,6 +1803,7 @@ const stylesHandler = isProduction ? MiniCssExtractPlugin.loader : 'style-loader
1785
1803
1786
1804
1787
1805
1806
+ /** @type {import("webpack").Configuration} */
1788
1807
const config = {
1789
1808
entry: './src/index.js',
1790
1809
output: {
0 commit comments