UNPKG
assets-management
Version:
latest (3.2.1)
3.2.1
yPack support every type of file. Specifically:
assets-management
/
ypack.config.js
12 lines
(11 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
storeName:
'assets-management'
,
resources:
{
All:
{
entry:
'Content_src/main.js'
,
output:
'Content/dist'
,
outputRelease:
'dist'
,
yTosScripts:
true
, }, }, }