1.1.3 • Published 4 years ago

tfux-postpackager-loader v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

改造fis3-postpackager-loader以支持localstorage和combo,需配合修改mod.js使用。

使用方式如下:

	fis.plugin('loader', {
            resourceType: 'mod',
            //allInOne: true,
            useInlineMap: true, // 资源映射表内嵌
            include: ['/components/**/*.js', '/3rd_modules/**/*.js'],
            renderMode: {
                combo: true, //开启combo
                comboMaxFiles: config.comboMaxFiles, //最大combo文件
                comboPattern: config.comboPattern,
                cache: true //开启localstorage缓存
            }
        })
1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago