This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
gdcdn/bili.config.js

11 lines
148 B
JavaScript

module.exports = {
input: 'index.js',
output: {
dir: 'dist',
fileName: 'worker.js',
format: 'iife'
},
minify: false,
target: 'browser'
}