UNPKG
@sanpjs/bundler-webpack
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
@sanpjs/bundler-webpack
@sanpjs/bundler-webpack
/
dist
/
partials
/
index.d.ts
5 lines
(4 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
base }
from
'./base'
;
export
{
default
as
development }
from
'./development'
;
export
{
default
as
production }
from
'./production'
;
export
{
default
as
server }
from
'./server'
;