UNPKG
@jenssimon/webpack-config-sfcc
Version:
latest (0.11.21)
0.11.21
0.11.20
0.11.19
0.11.18
0.11.17
0.11.16
0.11.15
0.11.14
0.11.13
0.11.12
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.10.105
0.10.104
0.10.103
0.10.102
0.10.101
0.10.100
0.10.99
0.10.98
0.10.97
0.10.96
0.10.95
0.10.94
0.10.93
0.10.92
0.10.91
0.10.90
0.10.89
0.10.88
0.10.87
0.10.86
0.10.85
0.10.84
0.10.83
0.10.82
0.10.81
0.10.80
0.10.79
0.10.78
0.10.77
0.10.76
0.10.75
0.10.74
0.10.73
0.10.72
0.10.71
0.10.70
0.10.69
0.10.68
0.10.67
0.10.66
0.10.65
0.10.64
0.10.63
0.10.62
0.10.61
0.10.60
0.10.59
0.10.58
0.10.57
0.10.56
0.10.55
0.10.54
0.10.53
0.10.52
0.10.51
0.10.50
0.10.49
0.10.48
0.10.47
0.10.46
0.10.45
0.10.44
0.10.43
0.10.42
0.10.41
0.10.40
0.10.39
0.10.38
0.10.37
0.10.36
0.10.35
0.10.34
0.10.33
0.10.32
0.10.31
0.10.30
0.10.29
0.10.28
0.10.27
0.10.26
0.10.25
0.10.24
0.10.23
0.10.22
0.10.21
0.10.20
0.10.19
0.10.18
0.10.17
0.10.16
0.10.15
0.10.14
0.10.13
0.10.12
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.18
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.0.0
A shareable Webpack configuration for SFCC projects
@jenssimon/webpack-config-sfcc
/
dist
/
standard
/
plugins.d.ts
8 lines
(7 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
Configuration
}
from
'webpack'
;
import
type
{
ConfigurationFnc
}
from
'../types.js'
;
/** * The plugins configuration. (see https://webpack.js.org/configuration/plugins/) */
declare
const
plugins
:
ConfigurationFnc
<
Configuration
[
'plugins'
]>;
export
default
plugins;