UNPKG
@msfw/cli
Version:
latest (1.1.0)
1.1.0
1.0.0
Install the package in your project directory with:
github.com/xingbangzhou/msfw
xingbangzhou/msfw
@msfw/cli
/
dist
/
lib
/
features
/
webpack
/
production.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
import
WebpackChain
from
'./webpack-chain'
;
export
default
class
WpProduction
{
setup
(
webpackChain
:
WebpackChain
):
void
; }